UNPKG
pqp
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
NodeJS version of libPQP
github.com/tearsofphoenix/node-pqp
tearsofphoenix/node-pqp
pqp
/
dist
/
es
/
utils
/
config.js
17 lines
(16 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
private_key
: {
length
:
4801
,
weight
:
45
,
error
:
42
},
public_key
: {
length
:
4801
,
weight
:
45
,
error
:
42
} };