aws-samples / sha2-with-c-intrinsic
An optimized sample code for SHA256 and SHA512 using C intrinsic
☆18Updated 4 years ago
Alternatives and similar repositories for sha2-with-c-intrinsic:
Users that are interested in sha2-with-c-intrinsic are comparing it to the libraries listed below
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated last month
- A tagged-pointer type for C++.☆30Updated last year
- C++ ABI implementation providing low-level support for a standard C++ library (typically libc++)☆40Updated 3 months ago
- Fast block cipher implementations (x86-64) in counter-mode for the SUPERCOP cryptographic benchmarking framework. Artifacts of implementa…☆10Updated 6 years ago
- Trying to get perfect codegen for big-integer math.☆30Updated 2 years ago
- AVX512 population count routines☆22Updated 5 years ago
- Compile-time Evaluable SHA3: Permutation-Based Hash and Extendable-Output Functions☆12Updated 3 months ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆18Updated 9 months ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- Big unsigned integers (128, 256, 384, 512 or more bits), big (signed) integers and big decimal numbers.☆11Updated 11 months ago
- Lightweight iterators for various sets where the elements are computed on demand.☆22Updated 8 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 4 years ago
- A fast implementation for parallel processing single block SHA256.☆15Updated 8 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 2 years ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- C++14 codec library☆25Updated 3 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆57Updated 2 years ago
- small, fast memset based on microsoft's design☆10Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Test if AVX vector loads and stores are atomic☆28Updated 4 years ago
- A fast implementation of the ECMA-182 CRC64 checksum using the CLMUL instruction set☆13Updated 8 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- Experimental fork of zlib with performance improvements☆35Updated last year
- A software library of lossless data compression methods tuned and optimized for AMD “Zen”-based CPUs☆25Updated this week
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 5 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Camellia cipher SIMD vector implementations for x86 (with AES-NI, VAES and/or GFNI instructions), ARM (with ARMv8 Crypto Extension instru…☆17Updated last year