From 4b5ca2ebc7688d6f57cc339bbb00143b8bce73f7 Mon Sep 17 00:00:00 2001 From: sshmatrix <19473027+sshmatrix@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:56:39 +0530 Subject: [PATCH] some corrections --- xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xx.md b/xx.md index c54d624c..4098b40c 100644 --- a/xx.md +++ b/xx.md @@ -5,7 +5,7 @@ Nostr-Specific Deterministic Private Key Generation from Ethereum Wallet Signatu ## Abstract -This specification provides an optional method for Nostr clients to generate deterministic private keys from Ethereum wallet signatures. This NIP proposes HMAC Key Derivation Function (HKDF) coupled with SHA-256 from ECDSA signatures (EIP-191) as an alternative to the Schnorr signatures (BIP-340), allowing Nostr to interact with Ethereum ecosystem, and vice-versa. +This specification provides an optional method for Nostr clients to generate deterministic private keys from Ethereum wallet signatures. The private keys are derived using HMAC Key Derivation Function (HKDF) applied to SHA-256 of ECDSA signatures (EIP-191), allowing Nostr to interact with Ethereum infrastructure and vice-versa. ## Terminology ### a) Username