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