From 7403b2b9ae9882d453ff61fc21d297407e5fb4ee Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 1 Jun 2023 12:27:38 -0400
Subject: [PATCH] update where we are

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 173dc50..c6c90a6 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,11 @@ However, its APIs are intended to be easy to integrate with such an implementati
 
 ### What is the current state?
 
-* All implementation tasks are pending.
+* SDMF write, read, and verify capabilities can be parsed and serialized.
+* SDMF shares can be deserialized, decoded, and decrypted.
+* 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.
 
 ## Why does it exist?
 
-- 
GitLab