Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
6 stars 1 forks source link

External RSA Testing #31

Closed Oighty closed 7 months ago

Oighty commented 7 months ago

Adds tests to compare the solidity RSA OAEP encryption and decryption implementations to the RustCrypto/RSA reference implementation.

It requires specifying a path to a specific executable designed for this (currently a crate called rsa-cli in the cloak repository).

Oighty commented 7 months ago

@0xJem I added a Uint2Str library file with the function mentioned in the Linear vesting issue to this branch. I haven't merged it yet because I need to make the CI work (or skip) the external FFI tests. Please use it in this format though so we don't have collisions.