UNPKG

@trust/keyto

Version:

A utility for translating cryptographic keys between representations

11 lines (9 loc) 183 B
'use strict' module.exports = registry => { return function () { this.seq().obj( this.key('algorithm').objid(), this.key('parameters').optional().any() ) } }