mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-11 22:47:31 +00:00
12 lines
274 B
Nim
12 lines
274 B
Nim
# Test the full thing, given we do lots of compile and import tricks
|
|
|
|
import ../bearssl
|
|
|
|
# TODO doesn't work from C++ due to missing `export "C"`
|
|
# discard getConfig()
|
|
|
|
# TODO doesn't work from C++ due to `const`:ness issues
|
|
# discard ecGetDefault()
|
|
|
|
discard ghashPwr8Get()
|