MCPcopy Create free account
hub / github.com/RustCrypto/utils / array_ct_eq

Function array_ct_eq

ctutils/src/traits/ct_eq.rs:301–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299
300 #[test]
301 fn array_ct_eq() {
302 let a = [1u64, 2, 3];
303 let b = [1u64, 2, 3];
304 let c = [1u64, 2, 4];
305 truth_table!(a, b, c);
306 }
307
308 #[test]
309 fn ordering_ct_eq() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected