- karatsuba_mul
void karatsuba_mul(word* z, word* x, word* y, size_t N, word* workspace)
Undocumented in source. Be warned that the author may not have intended to support it.
- karatsuba_size
size_t karatsuba_size(size_t z_size, size_t x_size, size_t x_sw, size_t y_size, size_t y_sw)
Undocumented in source. Be warned that the author may not have intended to support it.
- karatsuba_size
size_t karatsuba_size(size_t z_size, size_t x_size, size_t x_sw)
Undocumented in source. Be warned that the author may not have intended to support it.
- karatsuba_sqr
void karatsuba_sqr(word* z, word* x, size_t N, word* workspace)
Undocumented in source. Be warned that the author may not have intended to support it.
Karatsuba operations