Skip to content

Commit

Permalink
docs(spec): Update link for draft-irtf-cfrg-xchacha
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 22, 2025
1 parent b1f01d7 commit 3ce3678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/man/man5/abcrypt.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

= abcrypt(5)
// Specify in UTC.
:docdate: 2025-01-21
:docdate: 2025-01-22
:revnumber: 0.4.0
:doctype: manpage
:mansource: abcrypt {revnumber}
Expand All @@ -15,7 +15,7 @@
:datatracker-html-doc: {ietf-datatracker}/doc/html
:rfc9106: {datatracker-html-doc}/rfc9106
:rfc7693: {datatracker-html-doc}/rfc7693
:draft-arciszewski-xchacha-03: {datatracker-html-doc}/draft-arciszewski-xchacha-03
:draft-irtf-cfrg-xchacha: {datatracker-html-doc}/draft-irtf-cfrg-xchacha

== NAME

Expand All @@ -29,7 +29,7 @@ inspired by the {scrypt-encrypted-data-format}[scrypt encrypted data format].
It uses Argon2 as defined in {rfc9106}[RFC 9106] for key derivation,
BLAKE2b-512-MAC as defined in {rfc7693}[RFC 7693] for header integrity checking
and XChaCha20-Poly1305 as defined in
{draft-arciszewski-xchacha-03}[draft-arciszewski-xchacha-03] for encryption.
{draft-irtf-cfrg-xchacha}[draft-irtf-cfrg-xchacha] for encryption.

=== File format structure

Expand Down
6 changes: 3 additions & 3 deletions docs/spec/FORMAT.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= Abcrypt Encrypted Data Format
Shun Sakai <[email protected]>
// Specify in UTC.
v0.4.0, 2025-01-21
v0.4.0, 2025-01-22
:icons: font
:idprefix:
:idseparator: -
Expand All @@ -17,7 +17,7 @@ v0.4.0, 2025-01-21
:datatracker-html-doc: {ietf-datatracker}/doc/html
:rfc9106: {datatracker-html-doc}/rfc9106
:rfc7693: {datatracker-html-doc}/rfc7693
:draft-arciszewski-xchacha-03: {datatracker-html-doc}/draft-arciszewski-xchacha-03
:draft-irtf-cfrg-xchacha: {datatracker-html-doc}/draft-irtf-cfrg-xchacha

abcrypt is a modern file encryption format with the data authenticity. This
document describes the abcrypt encrypted data format.
Expand All @@ -40,7 +40,7 @@ BLAKE2b-512-MAC is the keyed hash function based on BLAKE2 standardized in

[#xchacha20-poly1305,reftext=XChaCha20-Poly1305]
XChaCha20-Poly1305 is the AEAD algorithm from
{draft-arciszewski-xchacha-03}[draft-arciszewski-xchacha-03].
{draft-irtf-cfrg-xchacha}[draft-irtf-cfrg-xchacha].

== Format overview

Expand Down

0 comments on commit 3ce3678

Please sign in to comment.