[elliptic] pers option in genKeyPair method is optional

This commit is contained in:
Sergey Rubanov
2019-02-12 20:28:54 +03:00
committed by GitHub
parent c8792a3fb0
commit 669fd35ec8

View File

@@ -187,7 +187,7 @@ export class ec {
export namespace ec {
interface GenKeyPairOptions {
pers: any;
pers?: any;
entropy: any;
persEnc?: string;
entropyEnc?: string;