Skip to content

Java implementation of the BLAKE2b cryptographic hash function

License

Notifications You must be signed in to change notification settings

0xShamil/blake2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blake2b

license Build Status

Standalone implementation of BLAKE2b cryptographic hash function in pure Java without any dependencies. The implementation is mostly taken from BouncyCastle project and modified for standalone usage.


About

BLAKE2 is a high performing cryptographic hash function that is faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.

Read more about the Blake project

Licenses

The source code is licensed under the MIT License.

About

Java implementation of the BLAKE2b cryptographic hash function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages