SecretKey renamed to CryptoBox::SecretKey PublicKey renamed to CryptoBox::PublicKey KeyPair removed. Use CryptoBox::SecretKey instead. Cox.encrypt was removed. Use `secret_key.pair(...).encrypt` Cox.decrypt was removed. Use `secret_key.pair(...).decrypt`
7 lines
141 B
Crystal
7 lines
141 B
Crystal
require "./spec_helper"
|
|
|
|
describe Cox do
|
|
# Finished in 71 microseconds
|
|
# 1 examples, 2 failures, 5 errors, 0 pending
|
|
# What a man.
|
|
end
|