Message274731
| Author | vstinner |
|---|---|
| Recipients | 700eb415, alex, ncoghlan, rpointel, vstinner |
| Date | 2016-09-07.03:12:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473217956.55.0.671750983687.issue22542@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm not sure that os.urandom() is correct on OpenBSD. I'm not sure that using getentropy() is correct. getentropy() seems to be high quality but I understand that there is a low quantity of entropy and it can block. I don't know if arc4random() is better: it's no more RC4 on recent OpenBSD, and it has an efficient implementation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-07 03:12:36 | vstinner | set | recipients: + vstinner, ncoghlan, alex, rpointel, 700eb415 |
| 2016-09-07 03:12:36 | vstinner | set | messageid: <1473217956.55.0.671750983687.issue22542@psf.upfronthosting.co.za> |
| 2016-09-07 03:12:36 | vstinner | link | issue22542 messages |
| 2016-09-07 03:12:36 | vstinner | create | |