Skip to content

Fix potential partial read bug of random data

Christopher Schinnerl requested to merge VoidingWarranties:crypto-read-fix into master

Created by: VoidingWarranties

by replacing entropySource.Read(entropy[:]) with io.ReadFull(entropySource, entropy[:])

Merge request reports