Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ObjectIdentifier (0.43 sec)

  1. lib/fips140/v1.0.0.zip

    source code is governed by a BSD-style // license that can be found in the LICENSE file. package rsa import ( "bytes" "crypto" "crypto/x509/pkix" "encoding/asn1" "testing" ) func TestHashPrefixes(t *testing.T) { prefixes := map[crypto.Hash]asn1.ObjectIdentifier{ // RFC 3370, Section 2.1 and 2.2 // // sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) // oiw(14) secsig(3) algorithm(2) 26 } // // md5 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) // rsadsi(113549) digestAlgorithm(2)...
    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