aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <sina@snix.ir>2022-07-24 05:00:27 +0000
committerroot <sina@snix.ir>2022-07-24 05:00:27 +0000
commit43e8ed8ce17e2c0ab44a4ee55b6063e0512009bd (patch)
tree5dbfcb55c5db968ac13c3761f8fa1e9f657dc8d5
parentd62eb3933af344a019a07a3aae25e28d176aa493 (diff)
rollback readme
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index d42358d..8b3336e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,7 +7,7 @@ with associated io chunk and io stream interfaces.
- **open**: opens a rabbit aead ciphertext. **panic** occurs if nonce len is not equal to IVXLen (8byte) or zero
<p align="center">
- <img src="https://git.snix.ir/rabaead/seal.png" alt="seal"/>
+ <img src="seal.png" alt="seal"/>
</p>
@@ -17,7 +17,7 @@ with associated io chunk and io stream interfaces.
- **chunkReader**: seal() and write data in chunks, there is 8byte + 16byte overhead per chunk. this writer has a chunk size in-memory buffer, large chunk size can make application to runs out of memory, thus this is most suitable for sliced data, like network data transmit and so..
<p align="center">
- <img src="https://git.snix.ir/rabaead/chunkio.png" alt="chunkio"/>
+ <img src="chunkio.png" alt="chunkio"/>
</p>
- **streamReader**: this reader open() and read aead ciphertext which have 16-byte poly1305 tag overhead. **read data is unreliable until underlying reader returns EOF**, after that Read return EOF or ErrAuthMsg if integrity of data has been compromised. in such a case, you need to unread data. a simple demonstration would be to delete or truncate the file if ErrAuthMsg is returned

Snix LLC Git Repository Holder Copyright(C) 2022 All Rights Reserved Email To Snix.IR