Skip to content

dragonahao/Native-hashes-for-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native hash functions for Java

This is a library of popular cryptographic hash functions implemented in pure Java, along with speed-optimized versions in C, x86 assembly, and x86-64 assembly. The Java Native Interface (JNI) is used to achieve this functionality.

Home page: http://www.nayuki.io/page/native-hash-functions-for-java

Copyright © 2014 Project Nayuki
Licensed under the GNU Public License v3.0+ (see COPYING.txt)

About

Hash functions implemented in C and x86 asm, callable from Java through JNI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.4%
  • Assembly 32.8%
  • C 28.3%
  • Makefile 0.5%