Skip to content
Snippets Groups Projects
Commit 7403b2b9 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

update where we are

parent aa097a78
No related branches found
No related tags found
1 merge request!10expose random IV generation in the public interface
Pipeline #4690 passed
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment