botan_math.mp_word

Comba word operations

Public Imports

botan_math.mp_types
public import botan_math.mp_types;

Members

Functions

word3_muladd
void word3_muladd(word* w2, word* w1, word* w0, word a, word b)
Undocumented in source. Be warned that the author may not have intended to support it.
word3_muladd_2
void word3_muladd_2(word* w2, word* w1, word* w0, word a, word b)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_add2
word word8_add2(word[8] x, word[8] y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_add3
word word8_add3(word[8] z, word[8] x, word[8] y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_linmul2
word word8_linmul2(word[8] x, word y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_linmul3
word word8_linmul3(word[8] z, word[8] x, word y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_madd3
word word8_madd3(word[8] z, word[8] x, word y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_sub2
word word8_sub2(word[8] x, word[8] y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_sub2_rev
word word8_sub2_rev(word[8] x, word[8] y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word8_sub3
word word8_sub3(word[8] z, word[8] x, word[8] y, word carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word_add
word word_add(word x, word y, word* carry)
Undocumented in source. Be warned that the author may not have intended to support it.
word_madd2
word word_madd2(word a, word b, word* c)
Undocumented in source. Be warned that the author may not have intended to support it.
word_madd3
word word_madd3(word a, word b, word c, word* d)
Undocumented in source. Be warned that the author may not have intended to support it.
word_sub
word word_sub(word x, word y, word* carry)
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)