- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for appendBlock (0.07 sec)
-
lib/fips140/v1.0.0.zip
case, // we copy signature (r), signature(s), hashed message, public key x component, // and public key y component into the parameter block. p := params[:0] p = appendBlock(p, blockSize, r) p = appendBlock(p, blockSize, s) p = appendBlock(p, blockSize, hashToBytes(c, hash)) p = appendBlock(p, blockSize, pub.q[1:1+len(pub.q)/2]) p = appendBlock(p, blockSize, pub.q[1+len(pub.q)/2:]) if kdsa(functionCode, ¶ms) != 0 { return errors.New("invalid signature") } return nil } golang.org/fips140@v1.0.0/f...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)