rpanic / kotlin-merkle-tree

A generic implementation of a merkle-tree in Kotlin, modular and customizable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-merkle-tree

This repository contains a generic Merkle-tree implementation of a merkle tree.

Usage

Gradle (groovy)

gradle.properties:

spaceUsername = gradle-download
spacePassword = githubgradledownload

build.gradle:

maven {
    url "https://maven.pkg.jetbrains.space/rpanic/p/njord/njord"
    credentials {
        username = spaceUsername
        password = spacePassword
    }
}

dependencies {
    implementation "com.rpanic:kotlin-merkle-tree:0.1.1"
}

About

A generic implementation of a merkle-tree in Kotlin, modular and customizable


Languages

Language:Kotlin 100.0%