Hash Methods |
The Hash type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BytesFromBytes | Create hash digest in byte format of byte input. |
![]() ![]() | BytesFromFile | Create hash digest of a binary file. |
![]() ![]() | Double | Create double hash, i.e. hash of hash, in byte format of byte input. |
![]() ![]() | HexFromBytes | Create hash digest in hex format of byte input. |
![]() ![]() | HexFromFile | Create hash digest in hex format of a binary file. |
![]() ![]() | HexFromHex | Create hash digest in hex format of hex-encoded input. |
![]() ![]() | HexFromString | Create hash digest in hex format of string input. |
![]() ![]() | HexFromTextFile | Create hash digest in hex format of a text file, treating CR-LF (0x13, 0x10) pairs as a single LF (0x10). |
![]() ![]() | Length | Return length of message digest output in bytes. |