ligo/src/test/contracts/expected/key_hash.ligo.expected

7 lines
168 B
Plaintext
Raw Normal View History

2020-06-08 15:00:44 +02:00
function check_hash_key
(const kh1 : key_hash;
const k2 : key) : bool * key_hash is
block {
var kh2 : key_hash := Crypto.hash_key (k2)
} with ((kh1 = kh2), kh2)