all repos — min @ 8c532c050d0d18b9ba5dbdd9f71a4bcf9365298a

A small but practical concatenative programming language.

Fixed relative path for compile pragma.
h3rald h3rald@h3rald.com
Sun, 11 Mar 2018 13:31:27 +0100
commit

8c532c050d0d18b9ba5dbdd9f71a4bcf9365298a

parent

325ddafe003facb937d47c0f8d3c3cc740530385

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M lib/min_crypto.nimlib/min_crypto.nim

@@ -13,7 +13,7 @@ ../packages/sha1/sha1,

../packages/nimSHA2/nimSHA2, ../vendor/aes/aes -{.compile: "vendor/aes/libaes.c".} +{.compile: "../vendor/aes/libaes.c".} proc crypto_module*(i: In)= let def = i.define()