lfsr
There are 73 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
stnolting/fpga_torture
🔥 Technology-agnostic FPGA stress-test: maximum logic utilization and high dynamic power consumption.
Nikeshbajaj/spkit
Signal Processing Toolkit, including ML models with visualization
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
JuliaTelecom/PhysicalCommunications.jl
Tools for development & test of PHY communication layer
howerj/lfsr-vhdl
An implementation of a CPU that uses a Linear Feedback Shift Register as a Program Counter instead of a normal one
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++
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
Lima-X/XSRlib
A lightweight Library of XoShiRo LFSR-PRNG's written in C
mzollin/PySatNav
building blocks for a GNSS/GPS satellite navigation receiver in Python
PXVI/std_module
All the fundamental generic verilog modules in one repository. These are fundamentals by my standard, so feel free to suggest more.
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
almeswe/random
Generator of preudorandom numbers using MASM
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
AlexPukall/PRNG64
Pukall PRNG 64 : mix the output of an LFSR 64 and an LCG 64 (C language or 6502 Assembly)
diztil/pcryt
🔒🔑 Pcryt is a Python-based encryption module.
howerj/lfsr
A VM that uses LFSR instead of a normal program counter that runs Forth
howerj/poly
Generate list of a polynomials and some info about them for a Linear Feedback Shift Register (LFSR)
lunarwhite/lfsr-encryption
Linear feedback shift register, Princeton COS126 / Upenn CIS110.
Matheritasiv/LFSR
A pseudorandom generator based on LFSR in x64 assembly
NikolayShvedov/Stream-ciphers
LFSR and Synchronous stream cipher
sushi0706/verilog-mini-projects
Verilog Mini Projects
Yellowflash-070/BIST-for-6bit-CLA
A Built in Self Test (BIST) controller is created in Verilog HDL to test a 6-bit Carry Lookahead Adder (CLA) utilising a 4-bit Signature Output Response Analyser (ORA).
YumYumfisch/LFSR-PeriodLength
A tool to visualize the period lengths of linear feedback shift registers.