Skip to content

chucheng92/Keccak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🍋SHA-3 algorithm Keccak Implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages