Rewrite, cleanup, configurable ChaCha rounds.
This commit is contained in:
@@ -2,15 +2,7 @@ project('randquik', 'c')
|
||||
executable(
|
||||
'randquik',
|
||||
'src/cli.c',
|
||||
'src/chacha20.c',
|
||||
c_args: ['-Wall', '-O3', '-march=native'],
|
||||
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