Address some missing operations for ECDSA.

This commit is contained in:
2018-12-23 21:05:05 -08:00
parent 6c40ee5109
commit 85165c7f68
7 changed files with 17033 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ needs = [ Need RSA (\ size -> [Req (size `div` 2) Sub,
Req (size + 64) SignedMul,
Req ((size + 64) * 2) SignedSub,
Req ((size + 64) * 2) SignedDiv,
Req ((size + 64) * 2) SignedMul,
Req size (Convert ((size + 64) * 2)),
Req size (SigConvert ((size + 64) * 2))
])