From 5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 13 May 2017 17:34:16 +0200 Subject: Add HTML documentation. --- doc/html/Notation.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 doc/html/Notation.html (limited to 'doc/html/Notation.html') diff --git a/doc/html/Notation.html b/doc/html/Notation.html new file mode 100644 index 00000000..dc3a1b93 --- /dev/null +++ b/doc/html/Notation.html @@ -0,0 +1,88 @@ + + + + +VeraCrypt - Free Open source disk encryption with strong security for the Paranoid + + + + + + +
+VeraCrypt +
+ + + +
+

+Documentation +>> +Technical Details +>> +Notation +

+ +
+

Notation

+

 

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CCiphertext block
DK()Decryption algorithm using encryption/decryption key K
EK()Encryption algorithm using encryption/decryption key K
H()Hash function
iBlock index for n-bit blocks; n is context-dependent
KCryptographic key
^Bitwise exclusive-OR operation (XOR)
Modulo 2n addition, where n is the bit size of the left-most operand and of the resultant value (e.g., if the left operand is a 1-bit value, and the right operand is a 2-bit value, then: 1 ⊕ 0 = 1; 1 ⊕ 1 = 0; 1 ⊕ 2 = 1; 1 ⊕ 3 = 0; + 0 ⊕ 0 = 0; 0 ⊕ 1 = 1; 0 ⊕ 2 = 0; 0 ⊕ 3 = 1)
Modular multiplication of two polynomials over the binary field GF(2) modulo x128+x7+x2+x+1 (GF stands for Galois Field)
||Concatenation
+

 

+

Next Section >>

+
+ \ No newline at end of file -- cgit v1.2.3