Skip to content

Commit 056d76e

Browse files
committed
Add missing function body
1 parent 86a4777 commit 056d76e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Classes/FCryptoEC_Prime.uc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ static final function IdToCurve(
606606
EFCEllipticCurve Curve,
607607
const out CurveParams out_CurveParams
608608
)
609+
{
610+
out_CurveParams = default._PP[Curve - FCEC_Secp256r1];
611+
}
609612

610613
static function array<byte> Generator(EFCEllipticCurve Curve, out int Len)
611614
{

0 commit comments

Comments
 (0)