UNPKG

@trust/keyto

Version:

A utility for translating cryptographic keys between representations

12 lines (10 loc) 183 B
'use strict' module.exports = registry => { return function () { this.seq().obj( this.key('ri').int(), this.key('di').int(), this.key('ti').int() ) } }