Version 1.0.3 CHANGELOG
This commit is contained in:
parent
0444bfd582
commit
7b9f8f7502
1 changed files with 6 additions and 0 deletions
|
|
@ -19,3 +19,9 @@ Version 1.0.2 2-18-26
|
||||||
|
|
||||||
Remove old unused text protocal code.
|
Remove old unused text protocal code.
|
||||||
|
|
||||||
|
Verison 1.0.3 2-18-26
|
||||||
|
|
||||||
|
Remove the old unused encrypt/decrcypt stream functions. These were implemented during testing of a full duplex version.
|
||||||
|
The full duplex version unusable because of tor latency.
|
||||||
|
We use encrypt file and decrypt file since v1.0.0 so this is not needed. Encrypt/Decrypt stream function also used -no-salt tag which means identical encryption would result in the same ciphertext. This is less of an issue for passing audio. You would likely never produce the same ciphertext twice in a audio stream due to entryopy from the raw recordings. But becasue chat is implemented, no-salt is weak.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue