ligo/src/test/contracts/bytes_arithmetic.mligo
2020-01-09 16:53:07 -06:00

9 lines
176 B
Plaintext

let concat_op (s : bytes) : bytes =
Bytes.concat s 0x7070
let slice_op (s : bytes) : bytes =
Bytes.slice 1n 2n s
let hasherman (s : bytes) : bytes =
Crypto.sha256 s