package
0.0.0-20240131150731-99cda8c7308a
Repository: https://github.com/bartossh/algo.git
Documentation: pkg.go.dev

# Functions

NewPair creates pair of private and public keys.
PrivateKey generates private key.
PublicKey returns calculated public key: A = g**a mod p.
SecretKey creates secret key: s = B**a mod p.