From 23683ca2bc1d9dd07e4ebee6ba348a5e7eaee1bb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Dec 2016 22:02:21 +0200 Subject: Add get_hex function to get hex from word --- pgpwordlist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgpwordlist/__init__.py') diff --git a/pgpwordlist/__init__.py b/pgpwordlist/__init__.py index 61ca1d4..495cd51 100644 --- a/pgpwordlist/__init__.py +++ b/pgpwordlist/__init__.py @@ -17,4 +17,4 @@ from .wordlist import pgp_word_list -from .funcs import get_word +from .funcs import get_word, get_hex -- cgit v1.2.1