ed25519-elisabeth icon indicating copy to clipboard operation
ed25519-elisabeth copied to clipboard

Pure Java implementation of Ed25519

Results 5 ed25519-elisabeth issues
Sort by recently updated
recently updated
newest added

Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.0.1. Release notes Sourced from org.jetbrains:annotations's releases. 24.0.0 Added new annotation: @CheckReturnValue 23.1.0 Added new annotation: @ApiStatus.Obsolete Changelog Sourced from org.jetbrains:annotations's changelog. Version 24.0.1 Added...

dependencies
java

Bumps me.champeau.jmh from 0.6.1 to 0.7.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=me.champeau.jmh&package-manager=gradle&previous-version=0.6.1&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.10.1. Release notes Sourced from gson's releases. Gson 2.10.1 This is technically a minor release rather than a patch release because there is one small...

dependencies
java

As pointed out in https://github.com/str4d/ed25519-java/issues/30, there are issue with export/import of ed25519 key: ``` // Bug in net.i2p.crypto.eddsa and in sshd? Both also compare the // seed of the private...

The optimisations are described [here](https://research.nccgroup.com/2020/04/28/curve9767-and-fast-signature-verification/). The relevant papers are: - 2005 Antipa et al. [Accelerated Verification of ECDSA Signatures](http://cacr.uwaterloo.ca/techreports/2005/cacr2005-28.pdf) - 2020 Pornin. [Optimized Lattice Basis Reduction In Dimension 2, and...