Add missing comma

This commit is contained in:
Rodolphe Bréard 2024-06-22 09:53:14 +02:00
parent 4889d6b9b2
commit 2fca9ac904

View file

@ -51,7 +51,7 @@ pub enum Scheme {
/// - Nonce size: 192 bits
/// - Max data size: 256 GB
/// - Max invocations: no limitation
/// - Resources: [RFC 7539](https://doi.org/10.17487/RFC7539)
/// - Resources: [RFC 7539](https://doi.org/10.17487/RFC7539),
/// [draft-irtf-cfrg-xchacha](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-xchacha)
#[cfg(feature = "chacha")]
XChaCha20Poly1305WithBlake3 = 1,