Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewLegacyKeccak512 (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    NewLegacyKeccak256 returns a new Digest computing the legacy, non-standard // Keccak-256 hash. func NewLegacyKeccak256() *Digest { return &Digest{rate: rateK512, outputLen: 32, dsbyte: dsbyteKeccak} } // NewLegacyKeccak512 returns a new Digest computing the legacy, non-standard // Keccak-512 hash. func NewLegacyKeccak512() *Digest { return &Digest{rate: rateK1024, outputLen: 64, dsbyte: dsbyteKeccak} } golang.org/fips140@v1.0.0/fips140/v1.0.0/sha3/keccakf.go // Copyright 2014 The Go Authors. All rights reserved....
    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