Merge pull request #33004 from chicoxyzzy/patch-2

[elliptic] pers option in genKeyPair method is optional
This commit is contained in:
Andrew Casey
2019-02-19 18:14:47 -08:00
committed by GitHub
+1 -1
View File
@@ -187,7 +187,7 @@ export class ec {
export namespace ec {
interface GenKeyPairOptions {
pers: any;
pers?: any;
entropy: any;
persEnc?: string;
entropyEnc?: string;