data RSAPublicKey : TypeMkRSAPublicKey : Integer -> Integer -> RSAPublicKeymk_rsa_publickey : Integer -> Integer -> Maybe RSAPublicKeyrsa_encrypt : RSAPublicKey -> Integer -> Integeros2ip : Foldable t => t Bits8 -> Integeri2osp : Nat -> Integer -> Maybe (List Bits8)rsavp1 : RSAPublicKey -> Integer -> Maybe IntegerMaskGenerationFunction : Typemgf1 : Hash algo => MaskGenerationFunctionmodulus_bits : RSAPublicKey -> Natemsa_pss_verify : Hash algo => MaskGenerationFunction -> Nat -> List Bits8 -> List1 Bits8 -> Nat -> Maybe ()rsassa_pss_verify' : Hash algo => MaskGenerationFunction -> Nat -> RSAPublicKey -> List Bits8 -> List Bits8 -> Boolrsassa_pss_verify : Hash algo => RSAPublicKey -> List Bits8 -> List Bits8 -> Boolemsa_pkcs1_v15_encode : RegisteredHash algo => List Bits8 -> Nat -> Maybe (List Bits8)rsassa_pkcs1_v15_verify : RegisteredHash algo => RSAPublicKey -> List Bits8 -> List Bits8 -> Bool