Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 661 - 661 of 661 for dependency_b (0.07 seconds)

  1. lib/fips140/v1.1.0-rc1.zip

    // opad = 0x5c byte repeated for key length // hmac = H([key ^ opad] H([key ^ ipad] text)) // marshalable is the combination of encoding.BinaryMarshaler and // encoding.BinaryUnmarshaler. Their method definitions are repeated here to // avoid a dependency on the encoding package. type marshalable interface { MarshalBinary() ([]byte, error) UnmarshalBinary([]byte) error } type HMAC struct { // opad and ipad may share underlying storage with HMAC clones. opad, ipad []byte outer, inner hash.Hash //...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top