Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


Public

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

Sign

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

Parameters:

  • rand:
  • digest:
  • opts: