Add missing comma
This commit is contained in:
parent
4889d6b9b2
commit
2fca9ac904
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub enum Scheme {
|
||||||
/// - Nonce size: 192 bits
|
/// - Nonce size: 192 bits
|
||||||
/// - Max data size: 256 GB
|
/// - Max data size: 256 GB
|
||||||
/// - Max invocations: no limitation
|
/// - 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)
|
/// [draft-irtf-cfrg-xchacha](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-xchacha)
|
||||||
#[cfg(feature = "chacha")]
|
#[cfg(feature = "chacha")]
|
||||||
XChaCha20Poly1305WithBlake3 = 1,
|
XChaCha20Poly1305WithBlake3 = 1,
|
||||||
|
|
Loading…
Reference in a new issue