Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.ed25519
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | PrivateKey  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | PrivateKey  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

constructor


constructor(aValue: Slice<Byte>)
PrivateKey(Slice<Byte> aValue)
init(_ aValue: Slice<Byte>)
Sub New(aValue As Slice<Byte>)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Public

func Public() -> PublicKey
Function Public() As PublicKey

Seed

func Seed() -> Slice<Byte>
Function Seed() As Slice<Byte>

Sign

method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)
(Slice<Byte>signature, error err) Sign(Reader rand, Slice<Byte> message, SignerOpts opts)
func Sign(_ rand: Reader, _ message: Slice<Byte>, _ opts: SignerOpts) -> tuple of (Slice<Byte>, error)
func Sign(rand Reader, message Slice<Byte>, opts SignerOpts) tuple of (|name=signature| Slice<Byte>, |name=err| error)
Function Sign(rand As Reader, message As Slice<Byte>, opts As SignerOpts) As Tuple (Of Slice<Byte>, error)

Parameters:

  • rand:
  • message:
  • opts:

Value

FIELD Value() As Slice<Byte>

Value

FIELD Value() As Slice<Byte>

constructor


constructor(aValue: Slice<Byte>)
PrivateKey(Slice<Byte> aValue)
init(_ aValue: Slice<Byte>)
Sub New(aValue As Slice<Byte>)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Public

func Public() -> PublicKey
Function Public() As PublicKey

Seed

func Seed() -> Slice<Byte>
Function Seed() As Slice<Byte>

Sign

method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)
(Slice<Byte>signature, error err) Sign(Reader rand, Slice<Byte> message, SignerOpts opts)
func Sign(_ rand: Reader, _ message: Slice<Byte>, _ opts: SignerOpts) -> tuple of (Slice<Byte>, error)
func Sign(rand Reader, message Slice<Byte>, opts SignerOpts) tuple of (|name=signature| Slice<Byte>, |name=err| error)
Function Sign(rand As Reader, message As Slice<Byte>, opts As SignerOpts) As Tuple (Of Slice<Byte>, error)

Parameters:

  • rand:
  • message:
  • opts: