KJ

Results 3 issues of KJ

I love this project, but I'd like to use PDO too. So if it supports PDO it will be more friendly.

I write a simple test to figure out the PrivateKey and SigningKey on version 1.5.0: import base64 import nacl.public import nacl.signing import nacl.utils seed = nacl.utils.random() sk = nacl.public.PrivateKey.from_seed(seed) sign_key...

I find a smarter way after PR https://github.com/nostr-protocol/nips/pull/254/files The solution is from the math.