pub fn aes256_decrypt(
    key: Key256,
    nonce: Nonce,
    counter: U32,
    ctxt: &ByteSeq
) -> ByteSeq