From 9657e01be14fa5baa4067da65aff94faf6c973e0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 21:51:45 +0100 Subject: remove unused function --- lib/wallet/cryptoLib.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/wallet/cryptoLib.ts') diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts index d7d1905f9..6cb5b79d1 100644 --- a/lib/wallet/cryptoLib.ts +++ b/lib/wallet/cryptoLib.ts @@ -152,14 +152,6 @@ namespace RpcFunctions { } - export function hashRsaPub(rsaPub: string): string { - return native.RsaPublicKey.fromCrock(rsaPub) - .encode() - .hash() - .toCrock(); - } - - export function createEddsaKeypair(): {priv: string, pub: string} { const priv = native.EddsaPrivateKey.create(); const pub = priv.getPublicKey(); -- cgit v1.2.3