🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/TimerChen/myXor

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/TimerChen/myXor

v0.0.0-20220620134829-39d3c698c424
Source
Go
Version published
Created
Source

myXOR

A naive implementation of RAID4 Erasure Code.

test

Ref: https://blog.csdn.net/oqqYuan1234567890/article/details/107702117

cd examples
go build simple-encode.go
go build simple-decode.go
./simple-encoder ../LICENSE
rm ../LICENSE.1
./simple-decoder -out LICENSE ../LICENSE

FAQs

Package last updated on 20 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts