Signer
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
method Public: PublicKey
PublicKey Public()
func Public() -> PublicKey
func Public() PublicKey
Function Public() As PublicKey
Sign
method Sign(rand: Reader; digest: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)
func Sign(_ rand: Reader, _ digest: Slice<Byte>, _ opts: SignerOpts) -> (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: