From 21fff99a552e22fc701fc0e1ca51ac68ae507329 Mon Sep 17 00:00:00 2001 From: Kirill Shakirov <38155247+Nyanraltotlapun@users.noreply.github.com> Date: Sat, 14 Mar 2026 23:55:13 +0100 Subject: [PATCH] Readme edit and romoving unneccesary parts of Cargo.toml --- README.md | 6 ++++++ nyash_client/Cargo.toml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d4d11e..8a99ddd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/nyash_client/Cargo.toml b/nyash_client/Cargo.toml index 24ea334..120cbb5 100644 --- a/nyash_client/Cargo.toml +++ b/nyash_client/Cargo.toml @@ -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"]