Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 343 Bytes

File metadata and controls

22 lines (15 loc) · 343 Bytes

Maven Central

Install

Using:

repositories {
    mavenCentral()
}

Add dependency:

dependencies {
    implementation 'io.github.novacrypto:Hash160:2022.01.17'
}

Usage