@polkadot/util-crypto
Advanced tools
Comparing version 0.15.7 to 0.15.8
@@ -6,5 +6,5 @@ 'use strict'; | ||
// of the ISC license. See the LICENSE file for details. | ||
var naclKeypair = require('./keypair'); | ||
var naclKeypairFromSecret = require('./keypairFromSecret'); | ||
var naclKeypairFromSeed = require('./keypairFromSeed'); | ||
var naclKeypairFromRandom = require('./keypair/fromRandom'); | ||
var naclKeypairFromSecret = require('./keypair/fromSecret'); | ||
var naclKeypairFromSeed = require('./keypair/fromSeed'); | ||
var naclSign = require('./sign'); | ||
@@ -17,3 +17,3 @@ var naclVerify = require('./verify'); | ||
module.exports = { | ||
naclKeypair: naclKeypair, | ||
naclKeypairFromRandom: naclKeypairFromRandom, | ||
naclKeypairFromSecret: naclKeypairFromSecret, | ||
@@ -20,0 +20,0 @@ naclKeypairFromSeed: naclKeypairFromSeed, |
{ | ||
"name": "@polkadot/util-crypto", | ||
"version": "0.15.7", | ||
"version": "0.15.8", | ||
"description": "A collection of useful crypto utilities for @polkadot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
86288
707