Support for nostr
key derivation #85
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nostr uses secpk256k1 (same as BTC)
Can nostr accept hex-encoded keys? I know they can accept bech32. Maybe we should make a bech32 deriver as well, if hex-encoded doesn't work.
If it is hex-encoded, it would likely "just" be:
This derives a key at path
m/[nstr]'/0'
. Another consideration to be made: what should the derivation path be?