Updated Python module, Numpy module and randquik CLI for new core.
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user