From 74cce55efbb7f7375a68b58ab810384385698a1b Mon Sep 17 00:00:00 2001 From: Tomas Ritter Date: Tue, 22 Oct 2019 20:24:48 +0200 Subject: [PATCH 1/2] Added BlockEncrypt --- recipes/block_encrypt/recipe.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/block_encrypt/recipe.sh diff --git a/recipes/block_encrypt/recipe.sh b/recipes/block_encrypt/recipe.sh new file mode 100644 index 00000000..5f51f41e --- /dev/null +++ b/recipes/block_encrypt/recipe.sh @@ -0,0 +1,2 @@ +GIT=https://github.com/tomasritter/block_encrypt.git + From e1fc717b4d1dd8a0de0a07c452689aae35ba47c0 Mon Sep 17 00:00:00 2001 From: Tomas Ritter Date: Wed, 6 Nov 2019 20:51:26 +0100 Subject: [PATCH 2/2] Rustc compilation flags for aesni --- recipes/block_encrypt/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/block_encrypt/recipe.sh b/recipes/block_encrypt/recipe.sh index 5f51f41e..e698ea4a 100644 --- a/recipes/block_encrypt/recipe.sh +++ b/recipes/block_encrypt/recipe.sh @@ -1,2 +1,3 @@ GIT=https://github.com/tomasritter/block_encrypt.git +CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C target-feature=+aes" xargo)