Add Botan crypto lib as a vendor library

This commit is contained in:
zhibog
2021-11-09 23:49:17 +01:00
parent 600d19c51b
commit cef9632607
22 changed files with 3321 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
set COMMON=-show-timings -no-bounds-check -vet -strict-style
set PATH_TO_ODIN==..\..\odin
echo ---
echo Running vendor:botan tests
echo ---
%PATH_TO_ODIN% run botan %COMMON%