[][src]Function ramp::ll::nand_n

pub unsafe fn nand_n(wp: LimbsMut, xp: Limbs, yp: Limbs, n: i32)

Performs a bitwise "nand" of the n least signficant limbs of xp and yp, storing the result in wp

The operation is !(x & y)