Skip to content

KotlinMania/digest-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digest-kotlin

Kotlin Multiplatform port of RustCrypto's digest crate. The initial target is digest 0.10.7, the version resolved by hmac-kotlin/tmp/hmac/Cargo.lock.

This repo was started to provide the real sibling dependency that hmac-kotlin imports as io.github.kotlinmania.digest.*.

Installation

dependencies {
    implementation("io.github.kotlinmania:digest-kotlin:0.1.0")
}

Building

./gradlew setupAndroidSdk --no-daemon --console=plain --no-configuration-cache
./gradlew compileAndroidMain --no-daemon --console=plain --no-configuration-cache
./gradlew test --no-daemon --console=plain --no-configuration-cache
./gradlew build --dry-run --no-daemon --console=plain --no-configuration-cache

Upstream

Upstream source is stored under tmp/digest/ and must remain read-only. Kotlin files mapped from upstream carry // port-lint: source ... headers.

License

Licensed under either MIT or Apache-2.0, matching the upstream digest crate.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors