Library

Crypto Diffie-Hellman

Diffie-Hellman key exchange helpers for shared-secret generation.

Artifact
helix-crypto-diffiehellman
Category
Security and Secrets

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.crypto.diffiehellman
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.crypto.diffiehellman)
}

Configuration

No Helix-specific configuration properties are required for this library.