Cheng
Cheng
cmake version 3.18.3 It doesn't show `#include expects "FILENAME" or ` with '-DMDBX_CONFIG_H="config.h"' ,but compile shows many errors, and nimble test returns a new error `Error: undeclared identifier: 'HANDLE'` as...
Build with Visual Studio after cmake stuck.
Is checkbox usable on Windows since nim v1.0? found NativeCheckbox* = ref object of Checkbox seems incomplete. What to do if I try to finish this?
text field displays a mixed string of what was typed.  typed a,b,c
```nim import nimcrypto/rijndael import nimcrypto/bcmode import base64, strutils var cbc : CBC[aes128] var key:string = "1234123412ABCDEF" var iv: string = "ABCDEF1234123412" var message: cstring="106593A41D2C0E8453AC2043D3E1860FA30984A594063B002349FBF72B602727" var decrypted:cstring = cast[cstring](alloc0(100)) cbc.init(key.toOpenArrayByte(0, key.len-1),...
message is [email protected]. Isn't the message in hexadecimal format? I though it was. But I am not familiar with cryptography , does this mean it cannot be decrypted if using...
what does message aligned to 16 bytes mean? Will you show me?
what's the padding mode nimcrypto using?
Got it , but I'm afraid I'm not competent enough to write such a padding implementation. You should make some notes or write example codes to remind user these gotchas.
Using default qemu hypervisor with hyperd ,whole console logs is the result of running hyperstart. It seems working now , don't know where is the trick. Another concern is the...