botan_math.mp_comba

Comba Multiplication / Squaring

Members

Functions

bigint_comba_mul16
void bigint_comba_mul16(word[32] z, word[16] x, word[16] y)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_mul4
void bigint_comba_mul4(word[8] z, word[4] x, word[4] y)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_mul6
void bigint_comba_mul6(word[12] z, word[6] x, word[6] y)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_mul8
void bigint_comba_mul8(word[16] z, word[8] x, word[8] y)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_mul9
void bigint_comba_mul9(word[18] z, word[9] x, word[9] y)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_sqr16
void bigint_comba_sqr16(word[32] z, word[16] x)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_sqr4
void bigint_comba_sqr4(word[8] z, word[4] x)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_sqr6
void bigint_comba_sqr6(word[12] z, word[6] x)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_sqr8
void bigint_comba_sqr8(word[16] z, word[8] x)
Undocumented in source. Be warned that the author may not have intended to support it.
bigint_comba_sqr9
void bigint_comba_sqr9(word[18] z, word[9] x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)