cli: change the module name of the cli (#1431)
This commit is contained in:
6
cli/pkg/web5/crypto/doc.go
Normal file
6
cli/pkg/web5/crypto/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user