- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for digestAlgorithm (0.1 sec)
-
lib/fips140/v1.0.0.zip
found in the LICENSE file. package rsa // This file implements signing and verification using PKCS #1 v1.5 signatures. import ( "bytes" "crypto/internal/fips140" "errors" ) // These are ASN1 DER structures: // // DigestInfo ::= SEQUENCE { // digestAlgorithm AlgorithmIdentifier, // digest OCTET STRING // } // // For performance, we don't use the generic ASN1 encoder. Rather, we // precompute a prefix of the digest value that makes a valid ASN1 DER string // with the correct contents. var hashPrefixes...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)