lfsr
There are 94 repositories under lfsr topic.
mhostetter/galois
A performant NumPy extension for Galois fields and their applications
ZipCPU/dspfilters
A collection of demonstration digital filters
deut-erium/RNGeesus
SMT based attacks on non cryptographic PRNGs
ArashPartow/schifra
C++ Reed Solomon Error Correcting Library https://www.schifra.com
howerj/lfsr-vhdl
An implementation of a CPU that uses a Linear Feedback Shift Register as a Program Counter instead of a normal one
Nikeshbajaj/spkit
Signal Processing Toolkit, including ML models with visualization
stnolting/fpga_torture
🔥 Technology-agnostic FPGA stress-test: maximum logic utilization and high dynamic power consumption.
stef/px1000cr
Files related to PoC||GTFO 21:21 - NSA’s Backdoor of the PX1000-Cr
thewhiteninja/lfsr-berlekamp-massey
Python implementation of LFSR and Berlekamp-Massey algorithm.
markagold1/LFSR-LAB
Explore Fibonacci, Galois, and State Space Linear Feedback Shift Register (LFSR) sequence generators
howerj/lfsr
A VM that uses LFSR instead of a normal program counter that runs Forth
D3vNull41/BerlekampMasseyC
C implementation of the Berlekamp-Massey Algorithm
JuliaTelecom/PhysicalCommunications.jl
Tools for development & test of PHY communication layer
MadhavJivrajani/LFSR-Encryption
Encryption using shift register based random number generators
mmahmoodictbd/linear-feedback-shift-register
Linear-feedback shift register implementation in Java
N1ghtF1re/Stream-ciphers
The implementation of the stream ciphers: LFSR, GEFFE, RC4
mikitadaroshkin/geffe-generator
Geffe generator, composed of three LFSRs of distinct lengths combined by the function f(x1, x2, x3) = x1x2 + x2x3 + x3.
nmrr/LFSR
An efficient linear feedback shift register (LFSR) class written in C++
victorricardoaguilerasanchez/EclypseZ7_DIAL_System
This repository include all the codes and constraints used in the development of the Master Thesis: "Development of a Differential Absorption Lidar System based on a SoC-FPGA for Carbon Dioxide Sensing" by Victor Ricardo Aguilera Sanchez
vinayak1998/Reflex-Tester
This project aims to test how fast you can respond after seeing a visual stimulus or rather hand-eye coordination.
amamory/axis-skidbuffer-lfsr
An IP used for testing AXI stream protocols. It uses a LFSR to generate ready and valid signals
mzollin/PySatNav
building blocks for a GNSS/GPS satellite navigation receiver in Python
OTANK10/Random-Number-Generation
Comprehensive Random Number Generator implementation featuring both Pseudo-Random Number Generator (PRNG) using Linear Feedback Shift Registers and True Random Number Generator (TRNG) using Ring Oscillators
patsaoglou/BIST
Built-In-Self-Test blocks using LFSRs and MISRs for a circuit under test made in Verilog
PXVI/std_module
All the fundamental generic verilog modules in one repository. These are fundamentals by my standard, so feel free to suggest more.
almeswe/random
Generator of preudorandom numbers using MASM
dayitachaudhuri/chaotic-map-lfsr-steganography
Audio and Video Steganography using Chaotic Theory and LFSR. Find more details at https://drive.google.com/file/d/1ZmZvVDXN34kxMxThAaVP9b9u6D12i1HZ/view.
Lima-X/XSRlib
A lightweight Library of XoShiRo LFSR-PRNG's written in C
rapsoulhaonan/prng-csprng-analytical-programming
:see_no_evil: :hear_no_evil: Estimating Pi Using Various Pseudo-Random Number Generators and analysis for heuristic PRNGs and CSPRNGs
uint16/crypto_and_auth
Cryptography and Authentication Coursework
xrddev/circuit-reliability-testing
VHDL circuit testing project featuring scan-based TRCUT architecture with testbenches, LFSR-based pseudorandom input generation, MISR-based signature analysis with fault injection (stuck-at and transient), and full IEEE 1149.1 (JTAG) implementation with TAP controller and boundary scan.
1nfocalypse/Cracking-Chaos
An informal, security oriented walkthrough of pseudo-random number generators, exploring design, function, and exploitation.
noinoiexists/Fibonacci-LFSR
Building a Fibonacci Linear Feedback Shift Register cipher and breaking it with a known-plaintext attack.
ste51/Multiple-cryptographic-algorithms
AES、Base64、DES、ElGamal、LFSR、RC4、SHA
YumYumFisch/LFSR-PeriodLength
A tool to visualize the period lengths of linear feedback shift registers.