Name Last modified Size Description
Parent Directory -
smg_rsa/ 2020-10-16 14:05 -
(32 . 3)(32 . 6)
  5   RSA implementation using TMSR specification.
  6   Implemented in C.
  7 
  8 6. smg_rng
  9   This provides methods for obtaining random uint32_t, uint64_t, "dirty" float (between 0 and 1), IEEE 754/1985 float (between 1 and 2) using random bits from FG.
 10   At the moment, this code is within smg_rsa (truerandom.c in particular) although it is likely to be extracted in the future as a standalone library/component pending release of vtools that are aware of code *moves* as opposed to del/add only.