Documentation ¶
Index ¶
- 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) (*big.Int, *big.Int, error)
- func Verify(algSet *util.CryptoAlgSet, X *big.Int, Y *big.Int, data []byte, r, s *big.Int) error
Constants ¶
This section is empty.
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.