Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 131 of 131 for der (0.04 sec)

  1. lib/fips140/v1.0.0.zip

    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 = map[string][]byte{ "MD5": {0x30, 0x20, 0x30, 0x0c, 0x06, 0x08, 0x2a,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top