Initial commit

This commit is contained in:
Christian Reitter 2024-12-16 12:07:31 +01:00
commit 25b21e59e0
2 changed files with 43 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.swp
.vscode/

28
README.md Normal file
View File

@ -0,0 +1,28 @@
# Milk Sad Code
Milk Sad research related code.
## Related Code Repositories
Some components live in their own repository, see:
* https://git.distrust.co/milksad/rust-bloom-filter-generator
* https://git.distrust.co/milksad/lookup
(there may be others)
## License
Some components in this repository use different licenses. See the individual folders for more details.
## Credits
The Milk Sad team, see https://milksad.info.
Specific code contributors:
* Daniel Grove
* Anton Livaja
* Christian Reitter
* Heiko Schaefer
See the individual `README.md` files for details.