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

The share data length is represented as 8 bytes

parent 4e06e3e0
No related branches found
No related tags found
1 merge request!2Add a representation of the share data
Pipeline #4554 passed
......@@ -32,7 +32,7 @@ data Share = Share
, -- | The size of a single ciphertext segment.
shareSegmentSize :: Word64
, -- | The length of the original plaintext.
shareDataLength :: Word8
shareDataLength :: Word64
, -- | The 2048 bit "verification" RSA key.
shareVerificationKey :: RSA.PublicKey
, -- | The RSA signature of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment