How to pass 128bit Hex number through pointer
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I have a code for AES-CTR128 made in assembly. The code is linked to a DLL.
Now, I want to use this DLL for computation.
This is what will be on the input for DLL:
- Key: 0x2b7e151628aed2a6abf7158809cf4f3c
- Counter: 0xf0f1f2f3f4f5f6f7f8f9fafbfcfdfeff
- Plaintext: 0x6bc1bee22e409f96e93d7e117393172a
There are several questions I can't solve:
- What data type to use to define all the above?
- What libpointer data type to use to pass args to DLL?
Should I convert it to binary data type? If so, what kind of libpointer should I use?
I'm little bit confused about it.
Thanks for any advice!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!