Function fancy_garbling::util::crt_factor
source · [−]pub fn crt_factor(x: u128, q: u128) -> Vec<u16>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Compute the CRT representation of x
with respect to the factorization of
q
.