Documentation ¶
Index ¶
- func Blind(key *rsa.PublicKey, data []byte) (blindedData, unblinder []byte)
- func BlindSign(key *rsa.PrivateKey, data []byte) []byte
- func CheckBlindSig(key *rsa.PublicKey, data, sig []byte) bool
- func CheckSig(key *rsa.PublicKey, data, sig []byte) bool
- func Hash(data []byte) []byte
- func Sign(key *rsa.PrivateKey, data []byte) (sig []byte, err error)
- func Unblind(key *rsa.PublicKey, blindedSig, unblinder []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.