Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lfsr

philjonas/pitfall-level-viewer

a convenient way to view every pitfall screen

Language: TypeScript - Size: 1.86 MB - Last synced: about 12 hours ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

shahed22/Architectural-Design-for-Bus-interface-connected-with-LFSR

bus interface, integrating LFSR’s for streamlined register management. Enabled seamless master-peripheral communication, enhancing system efficiency. Orchestrated comprehensive design stages, yielding a versatile RTL architecture for diverse applications

Language: Verilog - Size: 208 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

BishoySedra/Image_Encryption_Compression

Algorithms Academic Course's Project.

Language: C# - Size: 102 MB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 0 - Forks: 0

mhostetter/galois

A performant NumPy extension for Galois fields and their applications

Language: Python - Size: 109 MB - Last synced: 13 days ago - Pushed: 2 months ago - Stars: 276 - Forks: 23

ddurfeeEngineer/System-Verilog-Tutorial-LFSR-

simple system verilog example using an LFSR as the application

Size: 0 Bytes - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

deut-erium/RNGeesus

SMT based attacks on non cryptographic PRNGs

Language: Python - Size: 1.32 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 56 - Forks: 2

Nikeshbajaj/Linear_Feedback_Shift_Register

PyLFSR

Language: Python - Size: 6.51 MB - Last synced: 12 days ago - Pushed: 2 months ago - Stars: 63 - Forks: 21

Nikeshbajaj/spkit

Signal Processing Toolkit, including ML models with visualization

Language: Python - Size: 38.6 MB - Last synced: 11 days ago - Pushed: 2 months ago - Stars: 23 - Forks: 21

Yann39/one-time-pad-encryptor

Java Swing application to demonstrate one-time pad encryption

Language: Java - Size: 929 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

Matheritasiv/LFSR

A pseudorandom generator based on LFSR in x64 assembly

Language: Assembly - Size: 2.93 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

ZipCPU/dspfilters

A collection of demonstration digital filters

Language: Verilog - Size: 514 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 119 - Forks: 34

gucmurat/Digital-Design

Koc University ELEC 204: Digital Design project

Language: VHDL - Size: 1.61 MB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

pauldreik/tiptap

A C++ library for implementing linear feedback shift registers (LFSR)

Language: C++ - Size: 137 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fineconstant/LFSR πŸ“¦

Linear-feedback shift register implementation using Python3 and NVIDIA CUDA 8

Language: Python - Size: 8.79 KB - Last synced: 5 months ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

Brinsky/LFSR-Stream-Cipher-Kit

An open-source library supporting simulation and cryptanalysis of stream ciphers based on linear feedback shift registers (LFSRs).

Language: Java - Size: 265 KB - Last synced: 6 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 3

Unclerojelio/8-bit_LFSR

This is a simple implementation of an 8 bit Linear Feedback shift register using some Atmel AVR microprocessors and a shift register. The output of the shift register is a pseudo-random sequence of hexadecimal numbers displayed on two seven segment digit displays.

Language: C++ - Size: 280 KB - Last synced: 6 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

spkit/spkit.github.io

Signal Processing & Machine Learning

Language: HTML - Size: 50 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

lunarwhite/lfsr-encryption

Linear feedback shift register, Princeton COS126 / Upenn CIS110.

Language: Java - Size: 572 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

mikitadaroshkin/geffe-generator

Geffe generator, composed of three LFSRs of distinct lengths combined by the function f(x1, x2, x3) = x1x2 + x2x3 + x3.

Language: Java - Size: 3.91 KB - Last synced: 7 months ago - Pushed: almost 6 years ago - Stars: 4 - Forks: 0

vinayak1998/Reflex-Tester

This project aims to test how fast you can respond after seeing a visual stimulus or rather hand-eye coordination.

Language: VHDL - Size: 1.02 MB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 4 - Forks: 0

amri-tah/Pseudo-Random-Number-Generator-LFSR-Algorithm

Pseudo Random Number Generator using Linear Feedback Shift Register created as a part of the course "Elements of Computing Systems-01"

Size: 24.4 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

gdejaege/LFSR-Berlekamp-Massey-tests

tests of implementation of the Berlekamp-Massey algorithm for finding the shortest LFSR reproducing a given sequence

Language: Java - Size: 5.86 KB - Last synced: 8 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

JuliaTelecom/PhysicalCommunications.jl

Tools for development & test of PHY communication layer

Language: Julia - Size: 10.7 KB - Last synced: 20 days ago - Pushed: over 3 years ago - Stars: 7 - Forks: 0

uint16/crypto_and_auth

Cryptography and Authentication Coursework

Language: Go - Size: 8.79 KB - Last synced: 10 months ago - Pushed: about 8 years ago - Stars: 2 - Forks: 0

AlexPukall/PRNG64

Pukall PRNG 64 : mix the output of an LFSR 64 and an LCG 64 (C language or 6502 Assembly)

Language: Assembly - Size: 25.4 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

insaneinvader/bin_seqs

The waveform and FFT of sequences: binary, Gray, MLS.

Language: Python - Size: 121 KB - Last synced: almost 1 year ago - Pushed: almost 1 year ago - Stars: 0 - Forks: 0

markagold1/LFSR-LAB

Explore Fibonacci, Galois, and State Space Linear Feedback Shift Register (LFSR) sequence generators

Language: C++ - Size: 88.9 KB - Last synced: 11 months ago - Pushed: over 3 years ago - Stars: 9 - Forks: 1

stef/px1000cr

Files related to PoC||GTFO 21:21 - NSA’s Backdoor of the PX1000-Cr

Language: Python - Size: 3.79 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 16 - Forks: 0

thewhiteninja/lfsr-berlekamp-massey

Python implementation of LFSR and Berlekamp-Massey algorithm.

Language: Python - Size: 2.93 KB - Last synced: 12 months ago - Pushed: about 4 years ago - Stars: 10 - Forks: 1

el3ctrician/lfsr

A vhdl device to generate random numbers LFSR

Language: VHDL - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

provoostkris/vlink

RTL descriptions and test benches for a virtual link

Language: VHDL - Size: 253 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

br0kenpixel/randlib

A pseudo-random number generator library for Rust.

Language: Rust - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

1995parham/LFSR.go πŸ“¦

Go Implementation of Linear Feedback Shift Register

Language: Go - Size: 43.9 KB - Last synced: 11 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

stnolting/fpga_torture

πŸ”₯ Technology-agnostic FPGA stress-test: maximum logic utilization and high dynamic power consumption.

Language: VHDL - Size: 202 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 23 - Forks: 1

Nikeshbajaj/pylfsr

This repo is for Documentation site

Size: 198 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

nmrr/LFSR

An efficient linear feedback shift register (LFSR) class written in C++

Language: C++ - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

Controlgame03/triple_lfsr

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

DoniaWaleed/LFSR

Linear Feedback Shift Register

Language: C++ - Size: 594 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ArashPartow/schifra

C++ Reed Solomon Error Correcting Library https://www.schifra.com

Language: C++ - Size: 256 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 34 - Forks: 28

N1ghtF1re/Stream-ciphers

The implementation of the stream ciphers: LFSR, GEFFE, RC4

Language: Java - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 5 - Forks: 3

brrond/AlgorithmDesign

Language: Java - Size: 3.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mzollin/PySatNav

building blocks for a GNSS/GPS satellite navigation receiver in Python

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 4 - Forks: 1

NikolayShvedov/Stream-ciphers

LFSR and Synchronous stream cipher

Language: C# - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

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

Size: 38.2 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

enescang/linear-feedback-shift-register

Base logic of LFSR. Simulated with an array to better understanding

Language: JavaScript - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

amamory/axis-skidbuffer-lfsr

An IP used for testing AXI stream protocols. It uses a LFSR to generate ready and valid signals

Language: Tcl - Size: 102 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

hamolicious/LFSR-RNG

A Linear Feed Shift Register Random Number Generator written in python

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

mzollin/talisman

A tribute to the great microchip shortage of 2021

Size: 720 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

almeswe/random

Generator of preudorandom numbers using MASM

Language: Assembly - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

Lima-X/XSRlib

A lightweight Library of XoShiRo LFSR-PRNG's written in C

Language: C - Size: 59.6 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

mmahmoodictbd/linear-feedback-shift-register

Linear-feedback shift register implementation in Java

Language: Java - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 5 - Forks: 0

ce-box/CE4301-LFSR

Generador de números pseudo aleatorios utilizando el algoritmo linear-feedback shift register (LFSR), en su variante fibonacci. 🎲

Language: Assembly - Size: 316 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

MadhavJivrajani/LFSR-Encryption

Encryption using shift register based random number generators

Language: Python - Size: 4.38 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 5 - Forks: 0

avineshwar/sgn Fork of EgeBalci/sgn

Shikata ga nai (δ»•ζ–ΉγŒγͺい) encoder ported into go with several improvements

Size: 830 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

diztil/pcryt

πŸ”’πŸ”‘ Pcryt is a Python-based encryption module.

Language: Python - Size: 54.7 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

knyuchen/LFSR_model

Models for Linear Feedback Shift Register (LFSR)

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

sxz0/SteganographyLFSR

SAGE implementation of a Steganography application to hide messages in a BMP image.

Language: Python - Size: 6.84 KB - Last synced: 12 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

hckr/keystream-generators

Demonstration of selected keystream generators based on LFSRs (linear feedback shift registers)

Language: JavaScript - Size: 10.7 KB - Last synced: 12 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

daedalus/bitlogicemu

bitwise operation examples

Language: Python - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 0 - Forks: 1