Join Nostr
2026-05-16 21:16:47 UTC
in reply to

semisol on Nostr: Key reuse is also generally discouraged in cryptography as it leads to subtle issues ...

Key reuse is also generally discouraged in cryptography as it leads to subtle issues and weakening.

Either you use separate keys for each purpose, or use a root seed to derive keys from with HMAC etc.