- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for LEPutUint64 (0.07 seconds)
-
lib/fips140/v1.26.0.zip
├───u3───┼───u2───┼───u1───┼───u0───┤ // 256 192 128 64 0 u0 := t.l1<<51 | t.l0 u1 := t.l2<<(102-64) | t.l1>>(64-51) u2 := t.l3<<(153-128) | t.l2>>(128-102) u3 := t.l4<<(204-192) | t.l3>>(192-153) byteorder.LEPutUint64(out[0*8:], u0) byteorder.LEPutUint64(out[1*8:], u1) byteorder.LEPutUint64(out[2*8:], u2) byteorder.LEPutUint64(out[3*8:], u3) return out[:] } // Equal returns 1 if v and u are equal, and 0 otherwise. func (v *Element) Equal(u *Element) int { sa, sv := u.Bytes(), v.Bytes() return subtle.ConstantTimeCompare(sa,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)