1 // Package bech32encoding implements NIP-19 entities, which are bech32 encoded 2 // data that describes nostr data types. 3 // 4 // These are not just identifiers of events and users, but also include things 5 // like relay hints where to find events. 6 package bech32encoding 7