We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ba461 commit dd04f72Copy full SHA for dd04f72
intra/backend/ipn_pipkeygen.go
@@ -68,7 +68,7 @@ type pipkey struct {
68
pubkey *rsa.PublicKey
69
rsavp1 *blindrsa.RSAVerifier
70
rsavp1state blindsign.VerifierState
71
- id []byte // 64 bytes id derived from blindMsg
+ id []byte // 64 bytes id derived from hmac(m=blindMsg, k=pubkey)
72
msg []byte // 32 bytes random msg specific to this key
73
blindMsg []byte // 256 bytes blindMsg derived from msg, r, salt
74
}
0 commit comments