mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-02 13:33:06 +00:00
11 lines
215 B
Nim
11 lines
215 B
Nim
# Test the full thing, given we do lots of compile and import tricks
|
|
|
|
import ../bearssl
|
|
|
|
discard getConfig()
|
|
|
|
# TODO doesn't work from C++ due to `const`:ness issues
|
|
# discard ecGetDefault()
|
|
|
|
discard ghashPwr8Get()
|