docs for ec, encryption and envelopes

This commit is contained in:
2025-03-29 18:38:37 -01:06
parent 7463432ff2
commit d327a09161
18 changed files with 43 additions and 1 deletions

3
encryption/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package encryption contains the message encryption schemes defined in NIP-04
// and NIP-44, used for encrypting the content of nostr messages.
package encryption