Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
  • Loading branch information
nguyennv committed Aug 20, 2024
1 parent 46aec55 commit 8033055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ It implements [RFC9580](https://www.rfc-editor.org/rfc/rfc9580).
* Support symmetric ciphers: TripleDES, IDEA, CAST5, Blowfish, Twofish,
[AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard),
[Camellia](https://en.wikipedia.org/wiki/Camellia_(cipher)).
* Support AEAD algorithms: [EAX](https://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf), [OCB](https://tools.ietf.org/html/rfc7253), [GCM](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf).
* Support hash algorithms: MD5, SHA-1, RIPEMD-160, SHA-256, SHA-384, SHA-512, SHA-224.
* Support AEAD ciphers: [EAX](https://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf), [OCB](https://tools.ietf.org/html/rfc7253), [GCM](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf).
* Support hash algorithms: MD5, SHA-1, RIPEMD-160, SHA-256, SHA-384, SHA-512, SHA-224, SHA3-256, SHA3-512.
* Support compression algorithms: Zip, Zlib, BZip2.
* Support [ECC](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography) curves:
[secP256r1, secP384r1, secP521r1](https://www.rfc-editor.org/rfc/rfc6090),
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ parts of [RFC4880bis](https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-r
4. Support symmetric ciphers: TripleDES, IDEA, CAST5, Blowfish, Twofish,
[AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard),
[Camellia](https://en.wikipedia.org/wiki/Camellia_(cipher)).
5. Support AEAD algorithms: [EAX](https://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf), [OCB](https://tools.ietf.org/html/rfc7253), [GCM](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf).
6. Support hash algorithms: MD5, SHA-1, RIPEMD-160, SHA-256, SHA-384, SHA-512, SHA-224.
5. Support AEAD ciphers: [EAX](https://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf), [OCB](https://tools.ietf.org/html/rfc7253), [GCM](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf).
6. Support hash algorithms: MD5, SHA-1, RIPEMD-160, SHA-256, SHA-384, SHA-512, SHA-224, SHA3-256, SHA3-512.
7. Support compression algorithms: Zip, Zlib, BZip2.
8. Support [ECC](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography) curves:
[secP256r1, secP384r1, secP521r1](https://www.rfc-editor.org/rfc/rfc6090),
Expand Down

0 comments on commit 8033055

Please sign in to comment.