Thanks, works!
Does it helps?
proc crypto_ed25519_sign(signature: array[64, uint8];
secret_key: array[32, uint8];
message: ptr uint8;
message_size: csize) {.cdecl, importc:
"crypto_ed25519_sign".}
var me
Hi,
i've got a c declaration that i like to wrap:
void crypto_ed25519_sign(u8signature[64],
const u8 secret_key[32],
const u8 *message,
size_tmessage_si
@vega of course, we will do our best to do just that.
Whatever works on Windows should also work on OS X.
It can upgrade on win.
Must 'ln' in bin dir if I use nimble install nimble.
Hope can use it on osx.
That's not how you upgrade Nimble. Nimble does not support the `upgrade`
command
([https://github.com/nim-lang/nimble#nimble-usage)](https://github.com/nim-lang/nimble#nimble-usage\)).
You might be able to upgrade by running `nimble install nimble`.
System have .nimble at ~/ directory, But has error yet.
nimble v0.8.2
> nimble upgrade
Error: Specified directory does not contain a .nimble file.
> We will introduce you to the compiler internals, garbage collector internals
> and anything else that may be required to work on Nim.
@dom96, please record these introductions in some form and publish them. It
will be the great help for newbies