nimAES
nimAES copied to clipboard
Advanced Encryption Standard, Rinjdael Algorithm written in Nim
Results
2
nimAES issues
Sort by
recently updated
recently updated
newest added
When compiling any Nim program using NimAES, a very large .c file is generated (several MBs), which takes a long time to compile, uses up a large amount of memory...
Output from `$ nimble install nimaes` ` Downloading https://github.com/jangko/nimAES using git Warning: File inside package 'nimAES' is outside of permitted namespace, should be named 'nimAES.nim' but was named 'test.nim' instead....