Compare commits

..

1 Commits

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

View File

@@ -1,4 +1,5 @@
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.0",
"version": "0.7.1",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",