doc: README.md, CHANGELOG.md

This commit is contained in:
cduvray 2023-02-13 08:40:22 +01:00
parent a8b510a03e
commit 857af52271
4 changed files with 30 additions and 18 deletions

View file

@ -15,23 +15,9 @@ JWT authorizer Layer for Axum.
See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) module or the [`demo-server`](./demo-server/) example.
## Development
## Development
### Key generation
EC (ECDSA) - (algorigthm ES256 - ECDSA using SHA-256)
curve name: prime256v1 (secp256r1, secp384r1)
> openssl ecparam -genkey -noout -name prime256v1 | openssl pkcs8 -topk8 -nocrypt -out ec-private.pem
> openssl ec -in ec-private.pem -pubout -out ec-public-key.pem
EdDSA (Edwards-curve Digital Signature Algorithm)
(Ed25519 - implémentation spécifique de EdDSA, utilisant la Courbe d'Edwards tordue)
> openssl genpkey -algorithm ed25519
...
## Contributing
@ -39,4 +25,4 @@ Contributions are wellcome!
## License
MIT
MIT