Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MGF (0.1 sec)

  1. src/crypto/x509/x509_test.go

    				Parameters: asn1.NullRawValue,
    			},
    			MGF: pkix.AlgorithmIdentifier{
    				Algorithm: oidMGF1,
    			},
    			SaltLength:   hashFunc.Size(),
    			TrailerField: 1,
    		}
    
    		mgf1Params := pkix.AlgorithmIdentifier{
    			Algorithm:  hashOID,
    			Parameters: asn1.NullRawValue,
    		}
    
    		var err error
    		params.MGF.Parameters.FullBytes, err = asn1.Marshal(mgf1Params)
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top