improve fast equal API, add bech32 encoding handling
This commit is contained in:
6
pkg/encoders/bech32encoding/doc.go
Normal file
6
pkg/encoders/bech32encoding/doc.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Package bech32encoding implements NIP-19 entities, which are bech32 encoded
|
||||
// data that describes nostr data types.
|
||||
//
|
||||
// These are not just identifiers of events and users, but also include things
|
||||
// like relay hints where to find events.
|
||||
package bech32encoding
|
||||
Reference in New Issue
Block a user