diff --git a/Crypto/PubKey/Rabin/Basic.hs b/Crypto/PubKey/Rabin/Basic.hs index 0d9792e..3933b25 100644 --- a/Crypto/PubKey/Rabin/Basic.hs +++ b/Crypto/PubKey/Rabin/Basic.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Basic -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/Modified.hs b/Crypto/PubKey/Rabin/Modified.hs index c9c7797..f3836ab 100644 --- a/Crypto/PubKey/Rabin/Modified.hs +++ b/Crypto/PubKey/Rabin/Modified.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Modified -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/OAEP.hs b/Crypto/PubKey/Rabin/OAEP.hs index 9976e83..2274767 100644 --- a/Crypto/PubKey/Rabin/OAEP.hs +++ b/Crypto/PubKey/Rabin/OAEP.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.OAEP -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/Types.hs b/Crypto/PubKey/Rabin/Types.hs index 403e8d7..2d00823 100644 --- a/Crypto/PubKey/Rabin/Types.hs +++ b/Crypto/PubKey/Rabin/Types.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Types -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown --