You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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
|
|
|