pub fn main(world: World) -> Void raises { let hmac: u32 = std.crypto.hmac32(std.mem.span("key"), std.mem.span("message")) if hmac != 0_u32 { check world.out.write("crypto hmac32 ok\n") } }