Skip to content

Commit

Permalink
Add missing function body
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 13, 2024
1 parent 86a4777 commit 056d76e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/FCryptoEC_Prime.uc
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ static final function IdToCurve(
EFCEllipticCurve Curve,
const out CurveParams out_CurveParams
)
{
out_CurveParams = default._PP[Curve - FCEC_Secp256r1];
}

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

0 comments on commit 056d76e

Please sign in to comment.