diff --git a/Codec/Crypto/RSA.hs b/Codec/Crypto/RSA.hs
--- a/Codec/Crypto/RSA.hs
+++ b/Codec/Crypto/RSA.hs
@@ -50,6 +50,7 @@
 import qualified Data.ByteString.Lazy as BS
 import Data.Digest.Pure.SHA
 import Data.Int
+import Data.Word
 import System.Random
 
 #ifdef USE_BINARY
@@ -60,10 +61,6 @@
 
 #ifdef INCLUDE_MD5
 import Data.Digest.Pure.MD5
-#endif
-
-#ifdef RSA_TEST
-import Data.Word
 #endif
 
 data PublicKey = PublicKey { 
diff --git a/RSA.cabal b/RSA.cabal
--- a/RSA.cabal
+++ b/RSA.cabal
@@ -1,6 +1,6 @@
 name:       RSA
 category:   Cryptography, Codec
-version:    1.0.1
+version:    1.0.2
 license:    BSD3
 license-file: LICENSE
 author:     Adam Wick <awick@galois.com>
