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

Function MultiplyTop

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

Source from the content-addressed store, hash-verified

3720}
3721
3722inline void MultiplyTop(word *R, word *T, const word *L, const word *A,
3723 const word *B, unsigned int N)
3724{
3725 RecursiveMultiplyTop(R, T, L, A, B, N);
3726}
3727
3728
3729// R[N] --- result = X/(2**(WORD_BITS*N)) mod M

Callers 2

MontgomeryReduceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected