# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
crypto
crypto is the cryptographic package originally adapted for Tendermint's uses.
Importing it
To get the interfaces,
import "github.com/gnolang/gno/libs/crypto"
For any specific algorithm, use its specific module e.g.
import "github.com/gnolang/gno/libs/crypto/ed25519"