Skip to content

Commit 2c0c4c0

Browse files
AltmannPetersander
andcommitted
Update draft-dijkhuis-cfrg-hdkeys.md
Co-authored-by: Sander Dijkhuis <mail@sanderdijkhuis.nl>
1 parent a17047d commit 2c0c4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-dijkhuis-cfrg-hdkeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Terms specific to HDK:
159159
Algorithmic and cryptographic notation:
160160

161161
- `DeriveBlindKey(ikm)`: Generates a blind key from the input key material `ikm`. Ensures uniform distribution of outputs, and propagates any entropy from `ikm`.
162-
- `DeriveBlindingFactor(bk, ctx)`: Derives a blinding factor from a blinding key for a given context and ensures key unlinkability.
162+
- `DeriveBlindingFactor(bk, ctx)`: Derives a blinding factor from a blind key for a given context. Blinding factors are unlinkable if either the blind key or the context is unknown.
163163
- `BlindPrivateKey(sk, bf)`: Blinds a private key `sk` with the blinding factor `bf` to generate the private key `sk_b`.
164164
- `BlindPublicKey(pk, bf)`: Blinds a public key `pk` with the blinding factor `bf` to generate the public key `pk_b`.
165165
- `Combine(s1, s2)`: Computes a new blinding factor by combining two scalar values s1 and s2. Supports multi-stage derivations and key composability in HDK.

0 commit comments

Comments
 (0)