Top Level Namespace

Includes:
CryptoHelper

Defined Under Namespace

Modules: Crypto, CryptoHelper, CryptoLite Classes: String

Constant Summary collapse

RSA =
Crypto::RSA

Instance Method Summary collapse

Methods included from CryptoHelper

#base58, #base58check, #hash160, #hash256, #keccak256, #rmd160, #sha256, #sha3_256

Instance Method Details

say hello



39
# File 'lib/crypto-lite.rb', line 39

puts CryptoLite.banner

#bytesObject

our own 3rd party (2nd party?)



8
# File 'lib/crypto-lite.rb', line 8

require 'bytes'