c64078e5cca9f7289c1693eed61fee43230b0bad
go-nostr
A set of useful things for Nostr Protocol implementations.
Generating a key
sk, _ := nostr.GenerateKey()
fmt.Println("sk:", sk)
fmt.Println("pk:", nostr.GetPublicKey(sk))
Languages
C
72.9%
Go
26.4%
Assembly
0.6%
