4 lines
165 B
Go
4 lines
165 B
Go
// Package encryption contains the message encryption schemes defined in NIP-04 and NIP-44, used
|
|
// for encrypting the content of nostr messages.
|
|
package encryption
|