https://github.com/raspi/randomxorreaderwriter
Generate two randomly xor'ed outputs from one input and vice versa
https://github.com/raspi/randomxorreaderwriter
files go golang io random xor
Last synced: 11 months ago
JSON representation
Generate two randomly xor'ed outputs from one input and vice versa
- Host: GitHub
- URL: https://github.com/raspi/randomxorreaderwriter
- Owner: raspi
- License: apache-2.0
- Created: 2019-12-24T23:04:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T16:57:11.000Z (over 4 years ago)
- Last Synced: 2025-01-08T11:42:08.986Z (about 1 year ago)
- Topics: files, go, golang, io, random, xor
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randomXorReaderWriter
Reads from reader and outputs two randomly xor'ed bytes and vice versa
## Install
go get -u github.com/raspi/randomXorReaderWriter
## Example
See [_example](_example/) directory