From: lkcl Date: Wed, 20 Jan 2021 18:18:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~395 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5125f4ba5f9b648304f4493754991a9d54215d06;p=libreriscv.git --- diff --git a/nlnet_2021_crypto_router.mdwn b/nlnet_2021_crypto_router.mdwn index 4eccbd14c..0c9a6e1b0 100644 --- a/nlnet_2021_crypto_router.mdwn +++ b/nlnet_2021_crypto_router.mdwn @@ -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".