Hash for the SHA-3 256 algorithm. More...
#include <arcane/utils/SHA3HashAlgorithm.h>
Public Member Functions | |
| String | name () const override |
| Name of the algorithm. | |
| Int32 | hashSize () const override |
| Size (in bytes) of the hash key. | |
| Public Member Functions inherited from Arcane::SHA3HashAlgorithm | |
| void | computeHash (ByteConstArrayView input, ByteArray &output) final |
| Calculates the hash value for the array input. | |
| void | computeHash64 (Span< const Byte > input, ByteArray &output) final |
| Calculates the hash value for the array input. | |
| void | computeHash64 (Span< const std::byte > input, ByteArray &output) final |
| Calculates the hash value for the array input. | |
| Public Member Functions inherited from Arcane::IHashAlgorithm | |
| virtual void | computeHash (Span< const std::byte > input, HashAlgorithmValue &value) |
| Calculates the hash value for the array input. | |
| virtual Ref< IHashAlgorithmContext > | createContext () |
| Creates a context to calculate the hash value incrementally. | |
| virtual bool | hasCreateContext () const |
| Indicates if the implementation supports incremental hashing. | |
Protected Member Functions | |
| void | _initialize (SHA3Algorithm::SHA3 &) override |
Hash for the SHA-3 256 algorithm.
Definition at line 59 of file SHA3HashAlgorithm.h.
|
overrideprotectedvirtual |
Implements Arcane::SHA3HashAlgorithm.
Definition at line 523 of file SHA3HashAlgorithm.cc.
|
inlineoverridevirtual |
Size (in bytes) of the hash key.
Reimplemented from Arcane::IHashAlgorithm.
Definition at line 65 of file SHA3HashAlgorithm.h.
|
inlineoverridevirtual |
Name of the algorithm.
Reimplemented from Arcane::IHashAlgorithm.
Definition at line 64 of file SHA3HashAlgorithm.h.