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