aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/randentropy
Commit message (Collapse)AuthorAgeFilesLines
* crypto: Remove dead codeRicardo Catalinas Jiménez2016-02-221-10/+0
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: goimports -wFelix Lange2015-07-071-1/+2
|
* all: update license informationFelix Lange2015-07-071-0/+16
|
* Remove the awesome, ever misunderstood entropy mixingGustav Simonsson2015-05-121-50/+1
|
* Unexport randEntropy type and use exported Reader insteadGustav Simonsson2015-02-131-2/+4
|
* Set both key generation and ECDSA nonce to use mixed entropyGustav Simonsson2015-02-111-0/+82
* Move random entropy functions to new package randentropy * Add function to get n bytes entropy where up to first 32 bytes are mixed with OS entropy sources