From c8f159e239db2bf96719e38dec13a80c08dfd6b1 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Wed, 8 Jan 2025 02:42:53 +0900 Subject: [PATCH] Update README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1cc5355..584bcc1 100644 --- a/README.md +++ b/README.md @@ -167,14 +167,6 @@ Enabling debug messages additionally shows: - Byte strings related to cryptographic operations: salts, passphrases, digests, keys, nonces, and tags. - Some other information, including various sizes. -## Documentation - -- [Specification](https://github.com/hakavlad/tird/blob/main/docs/SPECIFICATION.md) -- [man page](https://github.com/hakavlad/tird/blob/main/docs/MANPAGE.md) -- [Input options](https://github.com/hakavlad/tird/blob/main/docs/INPUT_OPTIONS.md) -- [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md) -- [FAQ](https://github.com/hakavlad/tird/blob/main/docs/FAQ.md) - ## Tradeoffs and Limitations - `tird` does not support: @@ -280,6 +272,14 @@ $ minisign -Vm tird-v0.17.0-linux-amd64.zip -P RWQLYkPbRQ8b56zEe8QdbjLFqC9UrjOa This requires the signature `tird-v0.17.0-linux-amd64.zip.minisig` to be present in the same directory. +## Documentation + +- [Specification](https://github.com/hakavlad/tird/blob/main/docs/SPECIFICATION.md) +- [man page](https://github.com/hakavlad/tird/blob/main/docs/MANPAGE.md) +- [Input options](https://github.com/hakavlad/tird/blob/main/docs/INPUT_OPTIONS.md) +- [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md) +- [FAQ](https://github.com/hakavlad/tird/blob/main/docs/FAQ.md) + ## TODO Write or improve the documentation: