From 05cdd03f1f100e29216e484c18a94c7c31acfe31 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 15 Aug 2023 14:43:28 -0400 Subject: [PATCH] note we don't check stuff during decoding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6c90a6..2a9f903 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ However, its APIs are intended to be easy to integrate with such an implementati * SDMF write, read, and verify capabilities can be parsed and serialized. * SDMF shares can be deserialized, decoded, and decrypted. + * The cryptographic integrity and authenticity is not verified. * Plaintext can be encrypted, encoded into shares, and the shares serialized to bytes. * Not all fields of the shares contain correctly initialized values. * Enough fields are correctly populated to recover the original plaintext. -- GitLab