Sha256: 334f1e5e162a130531cc0df4581fc60c0928f71422d2c4b4a3d7a750ac9d25ae
Contents?: true
Size: 265 Bytes
Versions: 19
Compression:
Stored size: 265 Bytes
Contents
require 'ezcrypto' describe "EZCrypto" do it "should generate key" do algo, size = "aes-256-cbc", 32 key = EzCrypto::Key.generate :algorithm => algo puts "key: #{key}" key.should_not be_nil end end
Version data entries
19 entries across 19 versions & 2 rubygems