diff --git a/README.md b/README.md index a8e82057..85745df1 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,17 @@ is not guaranteed. ## Features `opcard` currently supports the basic OpenPGP Card functionality (key generation, -key import, signing, decrypting, card administration) for Curve25519 and NIST -P-256. See the [issues for the v1.0.0 milestone][v1.0.0 milestone] for all -missing features for a first stable release. +key import, signing, decrypting, card administration). + +Here are the currently supported algorithms: + +- RSA-2048 +- RSA-4096 (no key generation, key import only) +- EcDSA and ECDH for P256 +- EdDSA and ECDH for Curve25519 + +See the [issues for the v1.0.0 milestone][v1.0.0 milestone] for all missing +features for a first stable release. [v1.0.0 milestone]: https://github.com/Nitrokey/opcard-rs/milestone/2 diff --git a/USAGE.md b/USAGE.md index e3119507..2d1fb25e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -14,11 +14,9 @@ is not guaranteed. ## Installation -Currently only available for the Nitrokey 3A Mini. - -Download the latest compiled [release](https://github.com/Nitrokey/opcard-rs/releases) ZIP file. -Plug your Nitrokey 3A Mini and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with -`nitropy nk3 update ` +Download the latest compiled [alpha release](https://github.com/Nitrokey/nitrokey-3-firmware/releases). +Plug your Nitrokey 3 and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with +`nitropy nk3 update ` ## Generating keys