dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/asn1/lib/index.js

21 lines
320 B
JavaScript
Raw Normal View History

2016-09-11 09:29:13 +01:00
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
// If you have no idea what ASN.1 or BER is, see this:
// ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc
var Ber = require('./ber/index');
///--- Exported API
module.exports = {
Ber: Ber,
BerReader: Ber.Reader,
BerWriter: Ber.Writer
};