An open API service indexing awesome lists of open source software.

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

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)