(no commit message)
authorlkcl <lkcl@web>
Wed, 20 Jan 2021 18:18:40 +0000 (18:18 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 20 Jan 2021 18:18:40 +0000 (18:18 +0000)
nlnet_2021_crypto_router.mdwn

index 4eccbd14cfa5533cd45d8c5689637329419db950..0c9a6e1b012fad33301a60ce592b7cde39a169fb 100644 (file)
@@ -43,6 +43,8 @@ EUR $50,000.
 
 * Detailed review and documentation of the analysis of cryptographic hashing and encryption algorithms used in cryptonote and other blockchain technologies to ascertain the fundamental principles and mathematical primitives
   - So far the list includes Rijndael (AES), SHA2, Graestl, Blake256, Chacga8, Keccac and more
+  - From Asymmetric Cryptography comes RSA, DSA, Diffie-Helmann
+    and Elliptic Curve
   - From these it is clear that the primitives involve Matrix Multiply
     operations and Galois Field arithmetic, as well as ternary bitmanipulation
     and Carry-capable Vector "long arithmetic".