Documentation ¶
Index ¶
- Constants
- func GenKeyPair(algSet *util.CryptoAlgSet) ([]byte, *big.Int, *big.Int, error)
- func Init(algSet *util.CryptoAlgSet)
- func Sign(algSet *util.CryptoAlgSet, priKey []byte, data []byte) (r *big.Int, s *big.Int, err error)
- func Verify(algSet *util.CryptoAlgSet, publicKeyX *big.Int, publicKeyY *big.Int, ...) error
Constants ¶
View Source
const (
USERID = "1234567812345678"
)
Variables ¶
This section is empty.
Functions ¶
func GenKeyPair ¶
func Init ¶
func Init(algSet *util.CryptoAlgSet)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.