Readme edit and romoving unneccesary parts of Cargo.toml
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
# nyash-aes-xts256-plain64
|
||||
Utility for GPU distributed brute-force search of aes-xts256 encryption key
|
||||
|
||||
There is no DOCS!
|
||||
|
||||
Its mostly educational project that can serve as code examples.
|
||||
|
||||
But pull requests are still welcome, as well as reasonable questions.
|
||||
|
||||
@@ -23,9 +23,5 @@ tonic-prost-build = "0.14.5"
|
||||
ocl-include = "0.6"
|
||||
flate2 = "1.1.9"
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
linker = "x86_64-w64-mingw32-gcc"
|
||||
ar = "x86_64-w64-mingw32-ar"
|
||||
rustflags = ["-L", "/usr/x86_64-w64-mingw32/lib"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user