Compare commits

..

1 Commits

Author SHA1 Message Date
fiatjaf
7447524028 add nip06. 2021-12-11 19:28:00 -03:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import createHmac from 'create-hmac'
import randomBytes from 'randombytes'
import * as bip39 from 'bip39'
export function privateKeyFromSeed(seed) {

View File

@@ -1,6 +1,6 @@
{
"name": "nostr-tools",
"version": "0.7.1",
"version": "0.7.0",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",