NewTupleHashXOF128 provides an arbitrary-length output.
(s []byte)
| 80 | |
| 81 | // NewTupleHashXOF128 provides an arbitrary-length output. |
| 82 | func NewTupleHashXOF128(s []byte) TupleHashXOF { |
| 83 | return newTupleHasher(128, 0, s) |
| 84 | } |
| 85 | |
| 86 | // NewTupleHashXOF256 provides an arbitrary-length output. |
| 87 | func NewTupleHashXOF256(s []byte) TupleHashXOF { |