Initial commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
module.exports = (AlgorithmIdentifier) => function () {
|
||||
this.seq().obj(
|
||||
this.key('version').int(),
|
||||
this.key('algorithm').use(AlgorithmIdentifier),
|
||||
this.key('privateKey').octstr()
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user