Home
last modified time | relevance | path

Searched refs:carryless (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/checksum/power8/
H A DREADME.md6 instructions implement byte, halfword, word and doubleword carryless
60 - multiply/divide is carryless
70 CRC(A . B) = CRC(A) . CRC(B) (remember this is carryless multiply)
174 cannot do. The reason we get away with this is our multiplies are carryless
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A DNEWS9 The CRC-32 checksum algorithm has been optimized with carryless
/dports/biology/vt/vt-0.57721/lib/libdeflate/
H A DNEWS25 The CRC-32 checksum algorithm has been optimized with carryless
/dports/archivers/unrar/unrar/
H A Dacknow.txt11 and Dmitry Subbotin carryless rangecoder public domain source code.
/dports/devel/py-reedsolo/reedsolomon-1.5.4/
H A Dreedsolo.py379 def gf_mult_noLUT(x, y, prim=0, field_charac_full=256, carryless=True): argument
384 …if y & 1: r = r ^ x if carryless else r + x # y is odd, then add the corresponding x to r (the sum…
H A Dcreedsolo.pyx298 cpdef int gf_mult_noLUT(int x, int y, int prim=0, int field_charac_full=256, int carryless=True): argument
300 …If prim is 0 and carryless=False, then the function produces the result for a standard integers mu…
303 …if y & 1: r = r ^ x if carryless else r + x # y is odd, then add the corresponding x to r (the sum…
H A Dcreedsolo.c961 int carryless; member
6519 __pyx_v_carryless = __pyx_optional_args->carryless; in __pyx_f_9creedsolo_gf_mult_noLUT()
6770 __pyx_t_2.carryless = __pyx_v_carryless; in __pyx_pf_9creedsolo_24gf_mult_noLUT()
/dports/devel/py-reedsolo/reedsolomon-1.5.4/tests/
H A Dtest_creedsolo.py245 self.assertEqual( gf_mult_noLUT(3, 125, prim=0, carryless=False) , 375 )
H A Dtest_reedsolo.py290 self.assertEqual( gf_mult_noLUT(3, 125, prim=0, carryless=False) , 375 )
/dports/archivers/libdeflate/libdeflate-1.8/
H A DNEWS.md187 * The CRC-32 checksum algorithm has been optimized with carryless multiplication
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dmessage_auth_codes.rst221 hardware support for carryless multiplications is available. A new nonce
H A Dcipher_modes.rst347 unless hardware support for carryless multiplies is available.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dmessage_auth_codes.rst221 hardware support for carryless multiplications is available. A new nonce
H A Dcipher_modes.rst347 unless hardware support for carryless multiplies is available.
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dmessage_auth_codes.rst221 hardware support for carryless multiplications is available. A new nonce
H A Dcipher_modes.rst347 unless hardware support for carryless multiplies is available.
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/
H A Dside_channels.rst264 On platforms that support a carryless multiply instruction (ARMv8 and recent x86),
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dside_channels.rst264 On platforms that support a carryless multiply instruction (ARMv8 and recent x86),
/dports/security/botan2/Botan-2.18.2/doc/
H A Dside_channels.rst264 On platforms that support a carryless multiply instruction (ARMv8 and recent x86),
/dports/devel/highway/highway-0.15.0/g3doc/
H A Dquick_reference.md960 <code>V **CLMulLower**(V a, V b)</code>: carryless multiplication of the
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/
H A Dnews.rst1185 * Optimize GCM mode on systems both with and without carryless multiply
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/
H A Dnews.rst1208 * Optimize GCM mode on systems both with and without carryless multiply
/dports/security/botan2/Botan-2.18.2/
H A Dnews.rst1208 * Optimize GCM mode on systems both with and without carryless multiply
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog7503 Add carryless 8-bit addition fast-path for AES-NI CTR mode.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DChangeLog7134 Add carryless 8-bit addition fast-path for AES-NI CTR mode.

12