Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 680 Bytes

CryptoNightJNI

Cryptonight algorithm with JNI bindings

Based on the C++ implementation of CryptoNightV2 provided in the Monero sourcecode.

Maven central dependency:

<dependency>
    <groupId>com.jounaidr</groupId>
    <artifactId>CryptoNightJNI</artifactId>
    <version>1.1</version>
</dependency>

Overview of how the solution works: