UNPKG

@digitalcredentials/minimal-cipher

Version:
9 lines (7 loc) 201 B
/*! * Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved. */ import * as cipher from './xc20p.js'; import * as keyAgreement from './x25519.js'; export {cipher}; export {keyAgreement};