5 lines
199 B
Go
5 lines
199 B
Go
// Package mcrypto contains general purpose functionality related to
|
|
// cryptography, notably related to unique identifiers, signing/verifying data,
|
|
// and encrypting/decrypting data
|
|
package mcrypto
|