Topic: "modular-exponentiation"
ron4fun/BigIntegerCPP
A C++11 large integer library with effective high performance, simplistic in nature and also clean in the eyes.
Language: C++ - Size: 52.7 KB - Last synced at: 10 months ago - Pushed at: almost 6 years ago - Stars: 34 - Forks: 10

Bodigrim/mod
Modular arithmetic, promoting moduli to the type level
Language: Haskell - Size: 83 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 24 - Forks: 3

juanelas/bigint-mod-arith
Some extra functions to work with modular arithmetics using native JS implementation of BigInt.
Language: TypeScript - Size: 602 KB - Last synced at: 14 days ago - Pushed at: almost 2 years ago - Stars: 23 - Forks: 3

ron4fun/IntXLib4CPP
IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.
Language: C++ - Size: 146 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 3

bwesterb/powercycle
Generates a not-so-pseudorandom cyclic permutation using modular exponentiation
Language: Go - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

fmela/weecrypt
C library for arbitrary-precision integer and rational computation.
Language: C - Size: 668 KB - Last synced at: about 2 years ago - Pushed at: over 10 years ago - Stars: 8 - Forks: 1

hurchalla/modular_arithmetic
Clockwork: A Modular Arithmetic library for C++
Language: C++ - Size: 2.72 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 1

DOUDIU/RSA2048
Language: Verilog - Size: 85.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

verificatum/verificatum-gmpmee
Extension to GMP library that allows fast fixed-basis exponentiations, simultaneous exponentiation, and randomly choosing safe-primes.
Language: C - Size: 88.9 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 2

antononcube/Raku-Math-NumberTheory
Raku package with number theory functions.
Language: Raku - Size: 104 KB - Last synced at: 22 days ago - Pushed at: 27 days ago - Stars: 3 - Forks: 1

18520339/uts-quantum-computing
Interactive Showcases of Quantum Tic-Tac-Toe Game and Shor's Algorithm for Integer Factorization, covering various Quantum Computing concepts like Quantum Gates, Superposition & Entanglement, Measurement & Collapse, or Quantum Fourier Transform & Phase Estimation, etc.
Language: Jupyter Notebook - Size: 2.9 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 3

fbv81bp/Montgomery_multiply
Montgomery multiplication in number bases that are a power of 2, like binary, hexadecimal, byte-wise etc.
Language: Python - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

verificatum/verificatum-vmgj
Java wrapper of GMP and GMP Modular Exponentiation Extension library (GMPMEE).
Language: M4 - Size: 99.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Rishabh3321/ACM-Summer-Challenge-2019
I am uploading all the solutions(codes) uploaded by me in ACM Summer Challenge @2019 held by SVNIT,SURAT on HACKEREARTH.
Language: C++ - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

Miltt/Console
Implementation of popular algorithms and data structures using .NET Core
Language: C# - Size: 226 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 4

Programming-Sai/CryptAnalysis
An exploration of cryptographic concepts, including modular exponentiation, RSA algorithm analysis, and brute-force password cracking techniques. This repository contains Python implementations, performance evaluations, and visualizations as part of the MATH 359 project for the 2024/25 academic year.
Language: HTML - Size: 1.85 MB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 2

thyung/qiskit_factorization
Implement Shor's algorithm factorization in qiskit, including the modular exponent and QFT
Language: Jupyter Notebook - Size: 10.5 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

enigma0503/Algorithms
Repository for basic algorithms.
Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

avivbrook/modular-nested-exponentiation
An algorithm that computes modular nested exponentiation efficiently.
Language: Python - Size: 931 KB - Last synced at: 26 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

bwesterb/go-exptable
Speed up modular exponentiation of Go's big.Int's using precomputed tables
Language: Go - Size: 4.88 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

IvanovskyOrtega/Cryptography
Implementaciones del algoritmo de encriptación DES en C++ utilizando bitset, usigned char y unsigned int de 64 bits, algoritmo de Euclides, potenciación modular, test de primalidad de Miller-Rabin.
Language: C++ - Size: 102 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

arithmetic-operations-for/integers-modulo-n-big-endian
:mermaid: Modular arithmetic for JavaScript
Language: JavaScript - Size: 2.96 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 1

dtpthao/BinModSexp
Modular Exponentiation based on Simultaneous Multi-Exponentiation (Shamir Method)
Language: C - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

paramrathour/CS-101
Practice Problems for CS101 (Computer Programming and Utilization)
Language: TeX - Size: 39.2 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 2

miscelleanous-projs/bigint-examples
Some BigInt usage examples in D
Language: D - Size: 103 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

abdo-essam/RSA-algorithm
RSA encryption and decryption
Language: Java - Size: 28.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

vitalnodo/modular-arithmetic
Language: Zig - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ocheron/montgomery
Experiments about arithmetic in Montgomery form
Language: Haskell - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

michaelssavage/cryptography
Programs I wrote that helped me understand encryption, decryption and signing functions along with security protocols. Programs written in Java using BigIntegers.
Language: Java - Size: 478 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CSE-Projects/NTC-1819-A1-154-233
Assignment for the course Number Theory and Cryptography
Language: Matlab - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
