Updated Python module, Numpy module and randquik CLI for new core.

This commit is contained in:
2023-11-29 17:32:06 +00:00
parent 236f7eedf6
commit 00f504f2c5
10 changed files with 117 additions and 121 deletions
+7
View File
@@ -6,3 +6,10 @@ executable(
install: true,
)
dependency('threads')
library(
'randquik-chacha20',
'src/chacha20.c',
build_by_default: true,
c_args: ['-Wall', '-O3', '-march=native'],
)