encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

Constexpr some LUTs #56

Closed TKussel closed 6 years ago

TKussel commented 6 years ago

Construction during compile time should be done even with const, but is enforced this way

dd23 commented 6 years ago

Thanks! The values are known at compile time, so this definitely makes sense.