Commit graph

18 commits

Author SHA1 Message Date
tevador
1f62d787ad Fix header dependency of superscalar_program.hpp
Fix tests
Fix a typo in design.md
2019-06-24 13:58:41 +02:00
tevador
e6ba0a1b7d Code generator fixups
- fixed a crash in Instruction::print
- new example program
- added a design note about the number of x86 instruction per VM instruction
2019-06-23 23:10:29 +02:00
tevador
8282413154 Updated documentation and test vectors
Added AesGenerator1R test
Added benchmark hints if large pages fail
2019-06-22 17:42:26 +02:00
tevador
83498cddf2
Different round keys for columns 0,1 and 2,3 in AesGenerator4R (#76)
* this fixes identical sequences of columns 0/2 and 1/3 if their states are the same
* added TestU01 results for AesGenerator1R and AesGenerator4R
* added a note about the reversibility of AesHash1R
2019-06-22 15:56:01 +02:00
tevador
3daceace48 Clarifications in the documentation 2019-06-10 16:36:55 +02:00
tevador
8298c9faf8 Much more detailed design description
Added runtime distribution test
Fixed inaccurate results of performance simulations
Program publicly accessible in randomx_vm class
2019-06-01 11:02:40 +02:00
tevador
1029098719 Updated documentation 2019-05-15 23:13:22 +02:00
tevador
4934bbf69d Updated documentation 2019-05-05 19:08:18 +02:00
tevador
25e6a8abb5 Updated design notes 2019-03-28 17:01:06 +01:00
tevador
cc70e53bb1 Updated specification 2019-03-24 16:31:19 +01:00
tevador
55a22febbd Design notes: references, branch prediction, memory coherency 2019-03-15 17:58:31 +01:00
tevador
b0faa05fe8 Updated design notes 2019-03-14 21:46:38 +01:00
tevador
5e9a61ab3d Merge branch 'dev' of git@github.com:tevador/RandomX.git into dev 2019-03-13 22:58:48 +01:00
tevador
a2e7e05c40 Improved definition of magic constants 2019-03-13 22:58:22 +01:00
tevador
4a87af7940
Documentation 2019-03-13 17:49:43 +01:00
tevador
0d9beb5418 Draft of RandomX design rationale 2019-03-13 17:42:55 +01:00
tevador
85b31342e1 Removed old documentation 2019-02-09 20:02:08 +01:00
tevador
c2e0122e15
Comparison with CryptoNight 2019-01-13 23:51:12 +01:00