- 0F1E1E6138E6AC1F44446B24C9FCEF78DAB67B5AC2186AEA170B507EB33839533699C37C897DAFAB1BAD76F35BF5B98C80DEA90B2102DFAB6580E2CCD1E6A9CE
+ AA729907E4754118467EFCBF8912694F0889F10D1A1406A142568D3B159C43EE5E11B44715F525D3B4C8B94FF90ECD0602BF627DAE800FF339BB8486D6EC4004
eucrypt/README
(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.