Files
realy/bech32encoding/doc.go
mleku 385ec2aa27 documentation comments for apputil, auth and bech32encoding
also removed relay.damus.io which is a dumpster fire of spammers and trolls
2025-03-29 13:48:09 -01:06

7 lines
267 B
Go

// 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