Author | SHA1 | Message | Date |
---|---|---|---|
Emmanuel Odeke |
62115b55ef
|
CRandHex: fix up doc to mention length of digits
The previous doc seemed misleading and was out of date i.e. RandHex(24) not CRandHex. Anyways provide a doc of what the function does in relation to the length of digits of the hex value returned i.e. floor(numDigits / 2) * 2 so the even lowest number e.g: * len(CRandHex(5)) = 4 * len(CRandHex(4)) = 4 |
7 years ago |
Ethan Frey | 9016390a6e | Moved crypto code to top level again | 8 years ago |
Ethan Frey | 17ed6d178d | move go-crypto files pre-keys merge | 8 years ago |
Ethan Buchman | 8bb25ec5ed | update paths | 8 years ago |
Jae Kwon | f59fe0c8e0 | s/Seed/MixEntropy/g | 9 years ago |
Jae Kwon | 264d2a3eef | Add seed-able cryptographic random. | 9 years ago |