cli: change the module name of the cli (#1431)

This commit is contained in:
eball
2025-06-11 23:06:24 +08:00
committed by GitHub
parent f9072c9312
commit d484e41bbd
301 changed files with 6680 additions and 1059 deletions

View File

@@ -0,0 +1,6 @@
// Package crypto provides the following functionality:
// * Key Generation: secp256k1, ed25519
// * Signing: secp256k1, ed25519
// * Verification: secp256k1, ed25519
// * A KeyManager abstraction that can be leveraged to manage/use keys (create, sign etc) as desired per the given use case
package crypto