https://github.com/jenkinsci/eddsa-api-plugin
EdDSA library plugin
https://github.com/jenkinsci/eddsa-api-plugin
library plugin
Last synced: 12 months ago
JSON representation
EdDSA library plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/eddsa-api-plugin
- Owner: jenkinsci
- License: mit
- Created: 2024-05-14T20:32:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T20:43:37.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:51:26.483Z (about 1 year ago)
- Topics: library, plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/eddsa-api/
- Size: 881 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eddsa-api
## Introduction
API plugin to bundle [`net.i2p.crypto:eddsa`](https://central.sonatype.com/artifact/net.i2p.crypto/eddsa).
OpenJDK > 15 provide [native support](https://bugs.openjdk.org/browse/JDK-8190219) for `EdDSA` signatures via the [Java cryptography API](https://docs.oracle.com/pls/topic/lookup?ctx=javase17&id=security_guide_jca), however there are several libraries that are still using older libraries that require this code directly.
This plugin is seen as an interim so we can ship a single copy of the library whilst consumers migrate away from it.
## Contributing
Refer to our [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md)
## LICENSE
Plugin Licensed under MIT, see [LICENSE](LICENSE.md)
ed25519-java licensed under CC0 1.0 Universal, see [LICENSE](https://github.com/str4d/ed25519-java/blob/7c26a6312c2d2e887210930698706103e0f2da7d/LICENSE.txt)