// Type definitions for diffie-hellman 5.0 // Project: https://github.com/crypto-browserify/diffie-hellman // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// export { createDiffieHellman, getDiffieHellman, DiffieHellman } from 'crypto';