github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/tm2/pkg/crypto/README.md (about) 1 # crypto 2 3 crypto is the cryptographic package originally adapted for Tendermint's uses. 4 5 ## Importing it 6 7 To get the interfaces, 8 `import "github.com/gnolang/gno/libs/crypto"` 9 10 For any specific algorithm, use its specific module e.g. 11 `import "github.com/gnolang/gno/libs/crypto/ed25519"`