Documentation
¶
Index ¶
- func CryptoSign(m []byte, sk []byte) ([]byte, int)
- func CryptoSignBytes() int
- func CryptoSignDetached(m []byte, sk []byte) ([]byte, int)
- func CryptoSignEd25519PkToCurve25519(pkEd25519 []byte) ([]byte, int)
- func CryptoSignEd25519SkToCurve25519(skEd25519 []byte) ([]byte, int)
- func CryptoSignKeyPair() ([]byte, []byte, int)
- func CryptoSignOpen(sm []byte, pk []byte) ([]byte, int)
- func CryptoSignPrimitive() string
- func CryptoSignPublicKeyBytes() int
- func CryptoSignSecretKeyBytes() int
- func CryptoSignSeedBytes() int
- func CryptoSignSeedKeyPair(seed []byte) ([]byte, []byte, int)
- func CryptoSignVerifyDetached(sig []byte, m []byte, pk []byte) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CryptoSignBytes ¶
func CryptoSignBytes() int
func CryptoSignKeyPair ¶
func CryptoSignPrimitive ¶
func CryptoSignPrimitive() string
func CryptoSignPublicKeyBytes ¶
func CryptoSignPublicKeyBytes() int
func CryptoSignSecretKeyBytes ¶
func CryptoSignSecretKeyBytes() int
func CryptoSignSeedBytes ¶
func CryptoSignSeedBytes() int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.