UNPKG

@digitalcredentials/minimal-cipher

Version:
10 lines (8 loc) 246 B
/*! * Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved. */ import * as cipher from './a256gcm.js'; // FIXME: not FIPs compliant yet; replace! import * as keyAgreement from './x25519.js'; export {cipher}; export {keyAgreement};