Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 381 of 381 for dependente (0.39 sec)

  1. lib/fips140/v1.0.0.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, ipad []byte outer, inner fips140.Hash // If marshaled is true, then opad and ipad do not contain a padded...
    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