Documentation ¶
Index ¶
- func Add(x1, x2 []byte) []byte
- func Decrypt(priv []byte, c []byte) []byte
- func Encrypt(pub []byte, m []byte) []byte
- func GenHash(h hash.Hash, data []byte) []byte
- func IsOnCurve(x []byte) bool
- func ScalarBaseMult(k []byte) []byte
- func ScalarMult(x1 []byte, k []byte) []byte
- func Sign(priv []byte, m []byte) []byte
- func Sub(x1, x2 []byte) []byte
- func Verify(pub []byte, m, s []byte) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScalarBaseMult ¶
func ScalarMult ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.