mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
BREAKING CHANGE: node.js minimal version is now v12.0.0 due to its added EdDSA support (crypto.sign, crypto.verify and eddsa key objects) resolves #12
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
module.exports = function () {
|
|
this.octstr().contains().obj(
|
|
this.key('privateKey').octstr()
|
|
)
|
|
}
|