Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 794 Bytes

What

SHA-3 algorithm

Usage

  • Digests.Keccak(224)

  • Digests.Keccak(256)

  • Digests.Keccak(384)

  • Digests.Keccak(512)

ps:if you want to get Hex String output, you need to translate byte[] to Hex String.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

See the GNU Lesser General Public License for more details.