.gitignore | 100644 | 0 | 0 | | | 54 Bytes | 214923ca72c86e3400907d2e1704c8f6d53ed2c0613c51be278609159095b026 |
.travis.yml | 100644 | 0 | 0 | | | 25 Bytes | 319db72deaf35dac61f2cf0d46398c4e9fd2e213c9014ecbdc0779df4583fdce |
.yardopts | 100644 | 0 | 0 | | | 46 Bytes | 8877b9150933094b8e7479506b166b4cf8c584f9e42fd7ed0f8a7ebfd30f6334 |
Gemfile | 100644 | 0 | 0 | | | 94 Bytes | fffcd63c55f3b0a6e8e43843cb4f593a7af69b8b4fb476a0ef57ab465727d06c |
Guardfile | 100644 | 0 | 0 | | | 250 Bytes | 0769ed59440fd32ca0032b0de25537935ae7c8292435d5998c06357c0630abd3 |
LICENSE.md | 100644 | 0 | 0 | | | 1.07 KB | e6bf242baba0234063f0fa6dd24040e852592e28850fc5be0f43577618f93f38 |
README.md | 100644 | 0 | 0 | | | 1.93 KB | 3b96c049a5a37b08d161948c9d1b376373f0014e718fef9ba11e168cb4901855 |
Rakefile | 100644 | 0 | 0 | | | 1009 Bytes | 2d0f19dbbe97d1ea1ca9f42e6dd11d2a59a799e42045fb7cffc1087d2a8abd24 |
VERSION | 100644 | 0 | 0 | | | 6 Bytes | 249182a01164b81a5f7af87e5c5cdbd3344a80a7a66dfca624cecfb1501b2420 |
aead.gemspec | 100644 | 0 | 0 | | | 1.2 KB | bc6ca3d7e7f67773efab198d7f444e7e820d3048bcbadc2864ef1d890ff9a50a |
ext/openssl/cipher/aead/.gitignore | 100644 | 0 | 0 | | | 32 Bytes | 88fe4cf967f126079dd6814cbef091972cce34125bbd2537669a50248f234903 |
ext/openssl/cipher/aead/aead.c | 100644 | 0 | 0 | | | 3.93 KB | 8f5fbdf89c41c2b06ec86460a35b6f81cca7ece10d117d6aa8a9edb29f77e6c0 |
ext/openssl/cipher/aead/extconf.rb | 100644 | 0 | 0 | | | 144 Bytes | 1e56e291cc946092d51538cdddbc368c5d5ad4da9ce1208bceec4e497970a0aa |
lib/aead.rb | 100644 | 0 | 0 | | | 83 Bytes | 12bfe1a6ce2a67de90b41f855727281cf77e1d5d6d5d37f8aa779c754fd1b23f |
lib/aead/cipher.rb | 100644 | 0 | 0 | | | 6.09 KB | 5db0fff6ae79f7bfd36311ed5a6cbf038e0fbd5affd9b763c4b6241fa554a081 |
lib/aead/cipher/aes_256_cbc_hmac_sha_256.rb | 100644 | 0 | 0 | | | 688 Bytes | d50fecc8573bb7f6c674757c7d01056ef36772f5f5eb0b4ee6d32894af870979 |
lib/aead/cipher/aes_256_ctr_hmac_sha_256.rb | 100644 | 0 | 0 | | | 714 Bytes | a4f8ed69fa38aeaf6ec412c216ca201956632139ca1a086ccf44471c5d40a2a6 |
lib/aead/cipher/aes_256_gcm.rb | 100644 | 0 | 0 | | | 1.04 KB | bd5fec02b99f969e5848db4b2440b55382b3312d0fece61c1987d5bef23c8b5c |
lib/aead/cipher/aes_hmac.rb | 100644 | 0 | 0 | | | 1.67 KB | eb0ce3f20dbbe32e02b8622f937ed7da9b2ec4387dc247133048fd812afd5a63 |
lib/aead/nonce.rb | 100644 | 0 | 0 | | | 7.16 KB | 5b965327dc1f9b54608a814cd404d8bad585b057429fb38e9fb95f64efd4d527 |
lib/openssl/cipher/.gitignore | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/aead/cipher/aes_256_cbc_hmac_sha_256_spec.rb | 100644 | 0 | 0 | | | 4.75 KB | 7110ba439d8eab202c4eca88dd60738f6c83be1e03c9f5f0be1b8332f4ef45f1 |
spec/aead/cipher/aes_256_ctr_hmac_sha_256_spec.rb | 100644 | 0 | 0 | | | 4.8 KB | b9830aab2986bc68585d16158766ed16f8e5674d39b36cea871cacd90bed6707 |
spec/aead/cipher/aes_256_gcm_spec.rb | 100644 | 0 | 0 | | | 4.28 KB | cc66013d4eb53f2f09aab437bc69692884455618bb6959cc3cbf145a35956c7d |
spec/aead/cipher_spec.rb | 100644 | 0 | 0 | | | 1.81 KB | 3deb0432cdc61426a541338ae2f581f97862d38165196789402505453c3a2563 |
spec/aead/nonce_spec.rb | 100644 | 0 | 0 | | | 3.23 KB | 7cac1d8d01947fb8d749f12947767f400df0f3de9b4acdee235789394d0244cd |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 576 Bytes | 89fe24c88424c449ccbb3d448f15d0db6d57fafa75b83cfe7687b69fd7b9f8c2 |