ligo/src/test/contracts/bytes_arithmetic.ligo
2020-02-10 19:27:58 +01:00

6 lines
206 B
Plaintext

function concat_op (const s : bytes) : bytes is bytes_concat (s, 0x7070)
function slice_op (const s : bytes) : bytes is bytes_slice (1n, 2n, s)
function hasherman (const s : bytes) : bytes is sha_256 (s)