Commit Graph

24 Commits

Author SHA1 Message Date
wepeng 068f65339a modify Datset to Dataset 2019-10-20 18:27:54 +08:00
tevador eef87a0f63 Documentation updates 2019-09-22 22:18:28 +02:00
tevador d99af8c51e Update documentation 2019-08-30 10:16:11 +02:00
wepeng 1fa1ef2047 modify BlakeGenerator chapter error (#117) 2019-08-30 09:27:59 +02:00
tevador 971f10c9c2
Changes recommended by Quarkslab (#111)
* Corrected bounds for some configuration parameters
* Clarifications in the specification
* Check validity of Argon2 parameters
2019-08-25 13:47:21 +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 984d34b079 Merge branch 'master' of git@github.com:tevador/RandomX.git 2019-06-10 16:37:09 +02:00
tevador 3daceace48 Clarifications in the documentation 2019-06-10 16:36:55 +02:00
tevador 0c5b666df4
Configuration guidelines (#59)
* added detailed guidelines for the selection of configuration values
* added additional compile-time checks to prevent bad configurations
* removed RANDOMX_SUPERSCALAR_MAX_SIZE parameter
2019-06-10 15:57:36 +02:00
tevador f7c99c5b58
Use 4 AES rounds for program generation (#46) 2019-06-01 11:13:30 +02:00
tevador 8a5ead5ce3 Use 'dst' as the CBRANCH condition register
See issue #43
2019-05-21 08:37:36 +02:00
tevador 1029098719 Updated documentation 2019-05-15 23:13:22 +02:00
tevador a560cec3e7 Clarifications/corrections in the specification/comments
Removed some unused code
2019-05-10 16:43:24 +02:00
tevador bfc97d5671
Fixed table formatting 2019-05-05 19:34:27 +02:00
tevador 4934bbf69d Updated documentation 2019-05-05 19:08:18 +02:00
tevador b1f1e1d6ad Fixed IMUL_RCP if divisor is a power of 2 2019-05-04 18:00:17 +02:00
tevador 197cd90e07 Updated readme 2019-05-03 22:09:52 +02:00
tevador 9e5eac8645 Fixed a chance of CBRANCH looping
Fixed CBRANCH jump probability being lower than expected
2019-05-03 14:02:40 +02:00
tevador 5241cb902e Partially updated specification 2019-05-02 20:52:14 +02:00
tevador cc70e53bb1 Updated specification 2019-03-24 16:31:19 +01:00
tevador 6061848444 Updated Dataset block generation algorithm specification 2019-03-15 22:43:23 +01:00
tevador a2e7e05c40 Improved definition of magic constants 2019-03-13 22:58:22 +01:00
tevador a15e173c3d Full specification 2019-03-13 13:07:34 +01:00