From d33b290fe83540c1da083a47a42ceece9a3c544f Mon Sep 17 00:00:00 2001 From: trafalmuffti <79722889+trafalmuffti@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:50:26 -0800 Subject: [PATCH] Update cryptography.md deleted broken link --- content/hoon/cryptography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hoon/cryptography.md b/content/hoon/cryptography.md index dfd11e28..0436cd1e 100644 --- a/content/hoon/cryptography.md +++ b/content/hoon/cryptography.md @@ -176,4 +176,4 @@ Most gates in `+ed:crypto` are [jetted](../build-on-urbit/runtime/jetting.md), m This core contains cryptographic primitives and helper functions for [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) symmetric key encryption and decryption. As is the case with `ed:crypto`, these functionalities are utilized by [`+crub:crypto`](#crub), and most gates are jetted. See also the Vere documentation on [AES SIV](../build-on-urbit/runtime/cryptography.md#aes) for more information about the library utilized by jets. -This core contains several doors, each one used for a different variation of AES according to key size and mode. The only ones currently in use are `+siva:aes:crypto` and `+sivc:aes:crypto`, which are 128-bit and 256-bit modes of [`AES-SIV`](https://www.aes-siv.com) respectively. +This core contains several doors, each one used for a different variation of AES according to key size and mode. The only ones currently in use are `+siva:aes:crypto` and `+sivc:aes:crypto`, which are 128-bit and 256-bit modes of AES-SIV respectively.