- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for outros (0.05 sec)
-
lib/fips140/v1.0.0.zip
authenticated using the same key. [...] These stored intermediate values // shall be treated and protected in the same manner as secret keys." marshalableInner, innerOK := h.inner.(marshalable) if !innerOK { return } marshalableOuter, outerOK := h.outer.(marshalable) if !outerOK { return } imarshal, err := marshalableInner.MarshalBinary() if err != nil { return } h.outer.Reset() h.outer.Write(h.opad) omarshal, err := marshalableOuter.MarshalBinary() if err != nil { return } // Marshaling succeeded; save...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)