- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for HashFunc (0.04 sec)
-
guava-tests/test/com/google/common/hash/MacHashFunctionTest.java
byte[] input, String algorithm, SecretKey key, HashFunction hashFunc) throws Exception { Mac mac = Mac.getInstance(algorithm); mac.init(key); mac.update(input); assertEquals(HashCode.fromBytes(mac.doFinal()), hashFunc.hashBytes(input)); assertEquals(HashCode.fromBytes(mac.doFinal(input)), hashFunc.hashBytes(input)); } // Tests from RFC2022: https://tools.ietf.org/html/rfc2202
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 13.8K bytes - Viewed (0) -
api/go1.4.txt
pkg crypto, method (Hash) HashFunc() Hash pkg crypto, type Signer interface { Public, Sign } pkg crypto, type Signer interface, Public() PublicKey pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error) pkg crypto, type SignerOpts interface { HashFunc } pkg crypto, type SignerOpts interface, HashFunc() Hash pkg crypto/ecdsa, method (*PrivateKey) Public() crypto.PublicKey
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
api/go1.20.txt
pkg crypto/ecdsa, method (*PublicKey) ECDH() (*ecdh.PublicKey, error) #56088 pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options) error #31804 pkg crypto/ed25519, method (*Options) HashFunc() crypto.Hash #31804 pkg crypto/ed25519, type Options struct #31804 pkg crypto/ed25519, type Options struct, Context string #31804 pkg crypto/ed25519, type Options struct, Hash crypto.Hash #31804
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0)