Skip to content

Commit d731af0

Browse files
committed
Fix typo in curve array values
1 parent 5190113 commit d731af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/FCryptoEC_Prime.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ DefaultProperties
212212
P521_R2={(`P521_R2_VALUES)}
213213
P521_B={(`P521_B_VALUES)}
214214

215-
_PP(0)={(P=(`P256_P_VALUES), B=(`P256_R2_VALUES), R2=(`P256_B_VALUES), P0i=0x001, PointLen=65)}
215+
_PP(0)={(P=(`P256_P_VALUES), B=(`P256_B_VALUES), R2=(`P256_R2_VALUES), P0i=0x001, PointLen=65)}
216216
_PP(1)={(P=(`P384_P_VALUES), B=(`P384_B_VALUES), R2=(`P384_R2_VALUES), P0i=0x001, PointLen=97)}
217217
_PP(2)={(P=(`P521_P_VALUES), B=(`P521_B_VALUES), R2=(`P521_R2_VALUES), P0i=0x001, PointLen=133)}
218218
}

0 commit comments

Comments
 (0)