UNPKG

@trust/keyto

Version:

A utility for translating cryptographic keys between representations

11 lines (9 loc) 153 B
'use strict' module.exports = registry => { return function () { this.seq().obj( this.key('n').int(), this.key('e').int() ) } }