Skip to content

Commit 5908430

Browse files
committed
Link to PRS
1 parent 914d062 commit 5908430

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_posts/2025-11-17-app-layer-crypto.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Any application-layer encryption needs to maintain confidentiality and integrity
3333

3434

3535
## Implementation
36+
[Initial PR](https://github.com/spellshift/realm/pull/971)
37+
[Follow-on to fix streaming](https://github.com/spellshift/realm/pull/971)
3638

3739
Our implementation combines modern cryptographic primitives to meet these security requirements. At its core is XChaCha20-Poly1305, an authenticated encryption algorithm that provides both confidentiality through stream encryption and integrity through AEAD (Authenticated Encryption with Associated Data). This means every message is encrypted and authenticated to prevent tampering.
3840

0 commit comments

Comments
 (0)