Add modular multiplication suppor for U384 and U576.

This commit is contained in:
2019-02-11 12:34:59 -08:00
parent 2d70341a58
commit fbee1f2729
4 changed files with 12019 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ needs = [ Need RSA (\ size -> [Req (size `div` 2) Sub,
])
, Need ECDSA (\ size -> [Req size SignedSub,
Req size SignedMul,
Req size ModMul,
Req size ModDiv,
Req (size * 2) BaseOps,
Req (size * 2) SignedBase,