[][src]Function subtle::black_box

fn black_box(input: u8) -> u8

This function is a best-effort attempt to prevent the compiler from knowing anything about the value of the returned u8, other than its type.

Uses inline asm when available, otherwise it's a no-op.