/spake2

Pure Java implementation of the SPAKE2 protocol

Primary LanguageKotlinMIT LicenseMIT

spake2

A pure-Java implementation of the SPAKE2 protocol.

Requires Java 7 or higher. Requires JDK 9 or higher to build.

Documentation

To view the public-facing API documentation, first build it:

./gradlew javadoc

Then open build/docs/javadoc/index.html in your browser.

About

spake2 is authored by Jack Grigg.