From ced0ea515c311a370ba05b4fa40e0b6d3b060949 Mon Sep 17 00:00:00 2001 From: zhibog Date: Thu, 14 Oct 2021 23:08:21 +0200 Subject: [PATCH] Added note for the botan.dll to README.md --- core/crypto/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core/crypto/README.md b/core/crypto/README.md index 362a6299b..362a3e7b1 100644 --- a/core/crypto/README.md +++ b/core/crypto/README.md @@ -5,6 +5,7 @@ A crypto library for the Odin language This library offers various algorithms available in either native Odin or via bindings to the [Botan](https://botan.randombit.net/) crypto library. Please see the chart below for the options. **Note:** All crypto hash algorithms, offered by [Botan\'s FFI](https://botan.randombit.net/handbook/api_ref/hash.html), have been added. +If you wish to use Botan, make sure you have installed it and the dll is available in either the global path or next to your binary. ## Hashing algorithms | Algorithm | Odin | Botan |