Search code examples
Calculating constants for CRC32 using PCLMULQDQ...

ssecrc32modular-arithmeticgalois-field

Read More
Calculating pow(a,b) mod n...

c++calgorithmpowmodular-arithmetic

Read More
Mathematically, why does this SICP algorithm for the exponent of a number modulo another number work...

schemesicpexponentiationmodular-arithmetic

Read More
Why is `2_u32..=u32::MAX` not covered when matching on `u64 % 2`?...

rustpattern-matchingmodular-arithmetic

Read More
Division with modulus remainders...

modulusnumber-theorymodular-arithmetic

Read More
Python: speed up pow(base,exp,mod) for fixed exp and mod, or with vectorization...

pythonmodulonumber-theoryexponentiationmodular-arithmetic

Read More
Finding binomial coefficient for large n and k modulo m...

c++algorithmmodulusmodular-arithmeticbinomial-coefficients

Read More
Built-in mod ('%') vs custom mod function: improve the performance of modulus operation...

c++performanceoptimizationmodulomodular-arithmetic

Read More
How long will this modular exponentiaton need?...

pythonmodular-arithmetic

Read More
Implementing Montgomery ladder methods for modular exponentiation in python...

pythoncryptographyrsaexponentiationmodular-arithmetic

Read More
How would I solve a linear Diophantine congruence in Python?...

pythonsympynumber-theorymodular-arithmeticdiophantine

Read More
RSA - CTF Encrypt and Decrypt...

pythonrsamodular-arithmeticctf

Read More
Extended Euclidean algorithm JAVA RSA...

javaalgorithmmodular-arithmetic

Read More
Algorithm to determine if number is between two numbers in modular arithmetic...

algorithmlanguage-agnosticmodular-arithmetic

Read More
Calculating the Modular Inverse in JavaScript...

javascriptalgorithmrsainversemodular-arithmetic

Read More
Modular Inverse Built-In, C++...

c++python-3.xbuilt-ininteger-arithmeticmodular-arithmetic

Read More
Why do I have inconsistent evaluation of cipher and corresponding plain message using RSA algorithm?...

ccryptographyrsacommand-line-toolmodular-arithmetic

Read More
Finding whether 2 indices are adjacent in circular list...

pythoncircular-listmodular-arithmetic

Read More
Unpadded RSA ciphertext multiplication by 2**e breaks deciphering on a small message _sporadically_...

node.jscryptographyrsamodular-arithmetic

Read More
This (modulo 2) binary matrix multiplication algorithm seems to underperform. What can I do better?...

python-3.xnumpymatrix-multiplicationmodular-arithmetic

Read More
Miller-Rabin test (SICP 1.28)...

schemeprimessicpmodular-arithmeticprimality-test

Read More
Optimal frequency of modulo operation in finite field arithmetic implementation...

cperformanceelliptic-curvemodular-arithmeticfinite-field

Read More
Does compound assignment of two unsigned integers of the same type always operate as if using that t...

c++unsigned-integermodular-arithmetic

Read More
A function that rotates a matrix X degrees clockwise or counter clockwise...

pythonrotationmodular-arithmetic

Read More
Modular operation (%) provides false output...

c++modular-arithmetic

Read More
Why is the following code correct for computing the hash of a string?...

hashpolynomial-mathmodular-arithmeticrabin-karp

Read More
Integer overflow and underflow in C++...

c++integerundefined-behaviorinteger-overflowmodular-arithmetic

Read More
Proving simple theorem about cases mod 10...

isabellemodular-arithmetic

Read More
Sliding window algorithm to calculate the list of all k-element contiguous subarray products of an a...

pythonarraysalgorithmsliding-windowmodular-arithmetic

Read More
Unexpected behaviour of sapply() within vectorized function...

rvectorizationmodular-arithmetic

Read More
BackNext