wallet-core icon indicating copy to clipboard operation
wallet-core copied to clipboard

[Encryption]: add support for aes-256-ctr

Open Milerius opened this issue 2 years ago • 2 comments

Description

fix #2701

  • [x] Modify C++ Code
  • [x] C++ unit tests update
  • [x] Swift/Android/Wasm update

How to test

Run C++ unit tests Run wasm tests Run kotlin tests Run swift tests

Milerius avatar Nov 14 '22 09:11 Milerius

Let's add AES-CBC tests as well

miloserdow avatar Nov 15 '22 15:11 miloserdow

Let's add AES-CBC tests as well

That's not the goal of this pull request. Only adding aes 256 ctr is the purpose for this pr

Milerius avatar Nov 15 '22 16:11 Milerius