MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / MultiplyBottom

Function MultiplyBottom

extra/yassl/taocrypt/src/integer.cpp:3716–3720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3714
3715
3716inline void MultiplyBottom(word *R, word *T, const word *A, const word *B,
3717 unsigned int N)
3718{
3719 RecursiveMultiplyBottom(R, T, A, B, N);
3720}
3721
3722inline void MultiplyTop(word *R, word *T, const word *L, const word *A,
3723 const word *B, unsigned int N)

Callers 2

MontgomeryReduceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected