ITHare / obf

C++ Code+Data Obfuscation Library with Build-Time Polymorphism
Other
107 stars 11 forks source link

Test performance of obfuscated chacha20 and compare with expected #51

Closed nobugs-hare closed 6 years ago

nobugs-hare commented 6 years ago

Expected: OBF3 - expected increase of 30x, OBF4 - of 100x.

Measured times (on chacha_cipher(), Random Tests (Release))

With "an order of magnitude" precision, these are "good enough" for our purposes. Further work to make ad-hoc estimates more precise is possible, but for the time being this will certainly do.