bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

Ellipitic Curve implementation of JPAKE (Password-Authenticated Key Exchange by Juggling)

Open dawmit opened this issue 1 year ago • 1 comments

Took the current JPAKE implementation in Bouncy Castle using prime order groups and adjusted it to work with elliptic curves instead, specifically curves of short-weierstrass form.

I have included and example use case of the ecjpake implementation, as well as test files files.

dawmit avatar Sep 18 '24 09:09 dawmit

Apologies for the messy commits, the last 7 commites are just adjustments to comments. The first 3 commits are the important ones.

dawmit avatar Sep 19 '24 14:09 dawmit