Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 337 Bytes

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.