Skip to content
  • Sven Gothel's avatar
    2b1399a5
    Adding big_int_t, borrowed from Botan library & maintaining the... · 2b1399a5
    Sven Gothel authored
    Adding big_int_t, borrowed from Botan library & maintaining the crypto-properties, also just allowing to utilize big intgral math
    
    Not all operations are supported yet,
    however - a quick bringup test for simple arithmetic and to_*_string() works.
    
    Merged with jaulib functionality (condensed)
    and dropped assembly ops in big_int_ops (TODO: Add back).
    
    Uses the Constant Time (CT) functionality from ct_utils.hpp and int_math_ct.hpp.
    2b1399a5
    Adding big_int_t, borrowed from Botan library & maintaining the...
    Sven Gothel authored
    Adding big_int_t, borrowed from Botan library & maintaining the crypto-properties, also just allowing to utilize big intgral math
    
    Not all operations are supported yet,
    however - a quick bringup test for simple arithmetic and to_*_string() works.
    
    Merged with jaulib functionality (condensed)
    and dropped assembly ops in big_int_ops (TODO: Add back).
    
    Uses the Constant Time (CT) functionality from ct_utils.hpp and int_math_ct.hpp.
This project is licensed under the BSD 2-Clause "Simplified" License. Learn more
Loading