Skip to content

Commit dd04f72

Browse files
committed
backend/ipn: m comment
1 parent f1ba461 commit dd04f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra/backend/ipn_pipkeygen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type pipkey struct {
6868
pubkey *rsa.PublicKey
6969
rsavp1 *blindrsa.RSAVerifier
7070
rsavp1state blindsign.VerifierState
71-
id []byte // 64 bytes id derived from blindMsg
71+
id []byte // 64 bytes id derived from hmac(m=blindMsg, k=pubkey)
7272
msg []byte // 32 bytes random msg specific to this key
7373
blindMsg []byte // 256 bytes blindMsg derived from msg, r, salt
7474
}

0 commit comments

Comments
 (0)