module Crypto

Overview

Crypto is a pure Crystal cryptography library, currently focused on Telegram specific cryptography.

Defined in:

benchmarks.cr
crypto.cr
crypto/cipher/aes/aes.cr
crypto/cipher/aes/cbc.cr
crypto/cipher/aes/ctr.cr
crypto/cipher/aes/ige.cr
crypto/hash/blake2b.cr
crypto/hash/blake2s.cr
crypto/pubkey/rsa/key.cr
crypto/pubkey/rsa/key_pair.cr
crypto/pubkey/rsa/pkcs1.cr
crypto/pubkey/ssh_key.cr
crypto/utils/encoding.cr
crypto/utils/math.cr
crypto/utils/padding.cr
crypto/utils/prime.cr
crypto/version.cr

Constant Summary

INT_MAX = Int64::MAX
VERSION = "0.1.0"