function fromHash()
in
src/ristretto255.js [856:858]
3
lines of code
1
McCabe index (conditional complexity)
function fromHash(h) { return toBytes(pointFromHash(h)); }