An open API service indexing awesome lists of open source software.

https://github.com/hf/horcrux

A C++ implementation of M.O. Rabin's Information Dispersal Algorithm.
https://github.com/hf/horcrux

Last synced: 5 months ago
JSON representation

A C++ implementation of M.O. Rabin's Information Dispersal Algorithm.

Awesome Lists containing this project

README

          

# Horcrux

Horcrux is header-only C++ library which uses M.O. Rabin's Information Dispersal
Algorithm to split a block of bytes into *n* pieces, such that the block can be
recovered from any subset of *m* pieces.

This is not cryptographic software.

It does not enable users to gain "information security" as specified in local
and international export and import laws for dual-purpose materials and
technologies.

## License

All code herein, except where otherwise noted, is placed under the PUBLIC DOMAIN
by Stojan Dimitrovski.