The-Cryptography / CLinks
All Cryptography Algorithms are implemented in C.
☆14Updated 4 years ago
Alternatives and similar repositories for C
Users that are interested in C are comparing it to the libraries listed below
Sorting:
- Data structures implementations using C (linked list, hashmap, trees, tries...)☆19Updated 6 years ago
- Encryption Algorithm Combined☆32Updated 9 years ago
- Prediction algorithms for the PCG pseudo-random generator☆14Updated 5 years ago
- An x86/x64 instruction disassembler written in C☆36Updated 2 months ago
- A C library and binary for generating machine code of x86_64 assembly language and executing on the fly without invoking another compiler…☆203Updated 11 months ago
- https://gmplib.org/repo/☆11Updated 6 years ago
- An easy-to-use and open-source tool for differential, linear, differential-linear, and integral analysis of S-boxes☆35Updated 3 weeks ago
- Unofficial mirror of TestU01, a test suite for random number generator (C library) for the empirical statistical testing of uniform rando…☆20Updated 6 years ago
- QARMA block cipher in C☆31Updated 3 years ago
- Is SIKE broken yet?☆20Updated 2 years ago
- Proof-of-concept C implementation of AES with masking technique to prevent side-channel analysis attacks☆40Updated 5 years ago
- ☆19Updated 2 months ago
- CryptOpt: Verified Compilation with Randomized Program Search for Cryptographic Primitives☆65Updated last year
- Documentation☆45Updated 3 months ago
- A bitsliced implementation of ECB and CTR AES☆54Updated last year
- A small computer operating system for x86 instruction set architectures written in ANSI C and assembly language.☆20Updated 12 years ago
- Python implementation of Quadratic Sieve Algorithm.☆18Updated 2 years ago
- A toy c compiler written in python☆12Updated 2 years ago
- ☆23Updated 7 months ago
- LLVM-Canon aims to transform LLVM modules into a canonical form by reordering and renaming instructions while preserving the same semanti…