pull down to refresh
152 sats \ 0 replies \ @bartoli 8 Dec 2023 \ on: What are you working on this week? builders
Writing the 'Identity manager' class for my project, to generate multiple nostr like identities to represent various objects.
If some one has pointers to easy to reuse c/c++ code for
- Genrating true random secrets for really random privkeys
- decrypting a mesage signed with a nostr privkey to check the sender pubkey
That would be appreciated