There are 0 repository under lfsr topic.
A performant NumPy extension for Galois fields and their applications
A collection of demonstration digital filters
SMT based attacks on non cryptographic PRNGs
C++ Reed Solomon Error Correcting Library https://www.schifra.com
An implementation of a CPU that uses a Linear Feedback Shift Register as a Program Counter instead of a normal one
Signal Processing Toolkit, including ML models with visualization
🔥 Technology-agnostic FPGA stress-test: maximum logic utilization and high dynamic power consumption.
Python implementation of LFSR and Berlekamp-Massey algorithm.
Explore Fibonacci, Galois, and State Space Linear Feedback Shift Register (LFSR) sequence generators
C implementation of the Berlekamp-Massey Algorithm
Tools for development & test of PHY communication layer
Encryption using shift register based random number generators
Linear-feedback shift register implementation in Java
The implementation of the stream ciphers: LFSR, GEFFE, RC4
Geffe generator, composed of three LFSRs of distinct lengths combined by the function f(x1, x2, x3) = x1x2 + x2x3 + x3.
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
This project aims to test how fast you can respond after seeing a visual stimulus or rather hand-eye coordination.
An IP used for testing AXI stream protocols. It uses a LFSR to generate ready and valid signals
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
Built-In-Self-Test blocks using LFSRs and MISRs for a circuit under test made in Verilog
All the fundamental generic verilog modules in one repository. These are fundamentals by my standard, so feel free to suggest more.
Audio and Video Steganography using Chaotic Theory and LFSR. Find more details at https://drive.google.com/file/d/1ZmZvVDXN34kxMxThAaVP9b9u6D12i1HZ/view.
:see_no_evil: :hear_no_evil: Estimating Pi Using Various Pseudo-Random Number Generators and analysis for heuristic PRNGs and CSPRNGs
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.
An informal, security oriented walkthrough of pseudo-random number generators, exploring design, function, and exploitation.
Building a Fibonacci Linear Feedback Shift Register cipher and breaking it with a known-plaintext attack.
AES、Base64、DES、ElGamal、LFSR、RC4、SHA
A tool to visualize the period lengths of linear feedback shift registers.