function fromHash()

in src/ristretto255.js [856:858]


function fromHash(h) {
  return toBytes(pointFromHash(h));
}