UNPKG

@digitalcredentials/ed25519-verification-key-2020

Version:

Javascript library for generating and working with Ed25519VerificationKey2020 key pairs, for use with crypto-ld.

8 lines 201 B
/*! * Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved. */ import * as ed25519 from '@stablelib/ed25519'; export default { ...ed25519 }; //# sourceMappingURL=ed25519-reactnative.js.map