improve fast equal API, add bech32 encoding handling

This commit is contained in:
2025-09-07 08:33:05 +01:00
parent 5a640e7502
commit fb8593044d
10 changed files with 983 additions and 7 deletions

View 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