.coveralls.yml | 100644 | 0 | 0 | | | 25 Bytes | 8d243c195bb43a1d5f4efe62641a1a4c0515c27387792650e81c312c7365bd14 |
.gitignore | 100644 | 0 | 0 | | | 183 Bytes | 20d97c92f42083d158d0de6abeb539f3c030a3f30cf86e0fbf2cb739e51a719c |
.rspec | 100644 | 0 | 0 | | | 69 Bytes | eb943d04a1cef4bec767cffa2261314750ce3a76a61cb72f4cf5cf0b820221e1 |
.rubocop.yml | 100644 | 0 | 0 | | | 340 Bytes | 11f1c158c134a00575d90a23509b88a18f6803ec1c2c99f1efb4a754e095d5bf |
.travis.yml | 100644 | 0 | 0 | | | 499 Bytes | 625bbd97e0f99b6f4475366ef299e55c19df7b7ca304b3d3fb9637dafb6e54f6 |
.yardopts | 100644 | 0 | 0 | | | 68 Bytes | 196642e35b90a9cc51b253cb80e42deb191272de87895ca81b3a9840eac9bf8c |
CHANGES.md | 100644 | 0 | 0 | | | 2.77 KB | ee502a7c3d5e286250b50f45a4ecabafe599d05dc46923c5726a36243a8b79b0 |
Gemfile | 100644 | 0 | 0 | | | 278 Bytes | 3887dc5d7519b41de2ba46d2b31602d11db4bf8e2bc9632b8a6c8584615f9253 |
Guardfile | 100644 | 0 | 0 | | | 233 Bytes | f70160a6872633bfc0b0d9fb608d10602a81de058008f85d6173c1a85bb14839 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.08 KB | 3fd7ceef98640fd7b3bec99046a4f09c9f51e5d99284f0db918ae1f159249be3 |
README.md | 100644 | 0 | 0 | | | 7.48 KB | 5f9c2dec2add09f1ceea14e5b9b845da2c2c14956231040ff8cfa67fd20e5ab1 |
Rakefile | 100644 | 0 | 0 | | | 172 Bytes | 25ed5f40248b5d825b5b5f1fae7800fbcbc4cc0316cbc16a84b774c66009fec8 |
bascule.asc | 100644 | 0 | 0 | | | 28.3 KB | 8811cb180c3c41d9ea336aa360976141d3ee0fb28c6333cf1b5f455668185dbb |
bascule.cert | 100644 | 0 | 0 | | | 1.22 KB | 6e8b7e53d347ca6c6d214efef2b923aadecdd7650565f0eb1d8d0419723ae20c |
images/dragons.png | 100644 | 0 | 0 | | | 16.4 KB | 4ea402e41f85e9bbd25b94943e061634c6e648ef89821ca09ec78da20fe261aa |
images/ed25519.png | 100644 | 0 | 0 | | | 91.2 KB | c946c196ff0eec2aaaea1ad7ada77d0d17367d9c6d39c1a9abb4392eacbf3284 |
images/hash.png | 100644 | 0 | 0 | | | 44.9 KB | 66d75d005f907c8c468797e6ecd9a54742d0f51360e6f7b1a2a99280fc3463e5 |
images/logo.png | 100644 | 0 | 0 | | | 23.2 KB | a2e180026ba7d77209a908835d9322d0e19fdafb1c2d05dfd6fddff09bd3086b |
lib/rbnacl.rb | 100644 | 0 | 0 | | | 2.98 KB | 662ca594674373c7c905e56c2b17d0001d062cd0b9db0566258e254a6bfc4a48 |
lib/rbnacl/auth.rb | 100644 | 0 | 0 | | | 3.42 KB | c13ba3e399dc6b7ac07ba04b988ae74f3154647e20d64c2a2308aa64c4b6b860 |
lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb | 100644 | 0 | 0 | | | 7.55 KB | a0efc7a567ec1e5945c75d2161ab52d2705452564fc4871cb2476df455095279 |
lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb | 100644 | 0 | 0 | | | 2.74 KB | 91d36899395c98ea716b49ae54aec27778b60cbf5a61bf1fbc95ac5e166309f7 |
lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb | 100644 | 0 | 0 | | | 1.59 KB | 08989680213fc2010e41d274325d6d6b51dd10f6e89ec78bd4957f8bc0b44f9b |
lib/rbnacl/group_elements/curve25519.rb | 100644 | 0 | 0 | | | 2.84 KB | 550794b6dedbe174b4b46eb92cdf8eb990d82bdb5f032d0924e7ef3161758346 |
lib/rbnacl/hash.rb | 100644 | 0 | 0 | | | 2.69 KB | 1d3b91dc71178d6757c2216c4424e725cf1337274225645f5bfaf3621138cce6 |
lib/rbnacl/hash/blake2b.rb | 100644 | 0 | 0 | | | 3.08 KB | 820f81756001cc0f54103c9922c1973560b6954579fcfc0746dc9d96f529d935 |
lib/rbnacl/hash/sha256.rb | 100644 | 0 | 0 | | | 384 Bytes | f872a436e7d7b50b4de3a69af0a564a83f76da39d204d191b9ae317284f7e479 |
lib/rbnacl/hash/sha512.rb | 100644 | 0 | 0 | | | 378 Bytes | ce14802c532b34780851d5c7d8d8c2a110cfc23f45a0f829f54de0f221b3ac87 |
lib/rbnacl/hmac/sha256.rb | 100644 | 0 | 0 | | | 1.37 KB | 001d26fa820bd5c61dda3b47a07131301b88463c7885e87c9aae2a250df16ef8 |
lib/rbnacl/hmac/sha512.rb | 100644 | 0 | 0 | | | 1.37 KB | 0da7b04fba5fa98b83ebe6c6c8811cca7c383d5e648d76ab3d8caafc9d12ec51 |
lib/rbnacl/hmac/sha512256.rb | 100644 | 0 | 0 | | | 1.41 KB | 67f142ccc7db0e29db151d44a6540085c1c1cc2b75645aeedade333f1113b813 |
lib/rbnacl/init.rb | 100644 | 0 | 0 | | | 296 Bytes | bb515f53f8ea27cba15ede4aabb51ed66b696c09edebe8866b35b5d510138b6c |
lib/rbnacl/key_comparator.rb | 100644 | 0 | 0 | | | 1.73 KB | 9c6d4ffc5b6d66013dd72265f46d454f823d6ab1a8159a0c1621c40280c43e3f |
lib/rbnacl/one_time_auths/poly1305.rb | 100644 | 0 | 0 | | | 1.66 KB | f449f94379f1878d59fd3e956b8d0db73941ccc503368f515513deea3a629855 |
lib/rbnacl/password_hash.rb | 100644 | 0 | 0 | | | 1.65 KB | 1374cb40708f59c3d41b91f3a93273fc1fd64d4eb9fb46fecfaae286a75fda77 |
lib/rbnacl/password_hash/scrypt.rb | 100644 | 0 | 0 | | | 2.45 KB | 3a07a9eedcfdb1c4a1dbdfca5b257e053a2d343ad87d76985e57cfce5a681877 |
lib/rbnacl/random.rb | 100644 | 0 | 0 | | | 724 Bytes | 6277dad4fe479cf8712cecd88323e58fe5d2cc0f0b9c0a0f3f13df0c2f9c85fc |
lib/rbnacl/secret_boxes/xsalsa20poly1305.rb | 100644 | 0 | 0 | | | 4.93 KB | 1fed1b743dc70e25c366eeb3fa74f899ff02c33ffe0946b5204cc354f34cfa45 |
lib/rbnacl/self_test.rb | 100644 | 0 | 0 | | | 3.53 KB | 75cb22d837974d09564a176a09fb144809158909ba02e5d3daf2cd853e7d7d06 |
lib/rbnacl/serializable.rb | 100644 | 0 | 0 | | | 369 Bytes | 1e96a49362fa269095afe96a6f8ae2608b1ad2626ea56ef15bf42be82cb27c11 |
lib/rbnacl/signatures/ed25519.rb | 100644 | 0 | 0 | | | 453 Bytes | 146fbb229a3bf6294f2a4df3a6f60acd0d43a72e539654598586489f0f2495bd |
lib/rbnacl/signatures/ed25519/signing_key.rb | 100644 | 0 | 0 | | | 3.97 KB | 8ea271bd89adb73ba9e14f5554c7e76d53dca9c8350f6eb327e80efdfaa89ccd |
lib/rbnacl/signatures/ed25519/verify_key.rb | 100644 | 0 | 0 | | | 2.8 KB | a343d57fc61f10a4528b69d8a57f388ac874d08fed35e280b9461e586b9e8de2 |
lib/rbnacl/simple_box.rb | 100644 | 0 | 0 | | | 3.87 KB | 14d616ca707327bc0ef4c22b88a40e9017d3dd28a6432683d6a8c90e543f134a |
lib/rbnacl/sodium.rb | 100644 | 0 | 0 | | | 1.09 KB | 1644183917e1887834df5cd4f2c6c4ecf578ca919e3bdd74cbbf08c5f1a6cd9c |
lib/rbnacl/sodium/version.rb | 100644 | 0 | 0 | | | 664 Bytes | 45b147ab0a364a19445ec231a68414c03a6e9e2125791938201e033b69ea47ce |
lib/rbnacl/test_vectors.rb | 100644 | 0 | 0 | | | 8.18 KB | 87710319c93f106ae5074eae2fd9e5edcd7763f8d9efe73261241fe83758376c |
lib/rbnacl/util.rb | 100644 | 0 | 0 | | | 6.48 KB | d70f621419cfd4dd344491da52344ae650b04794061d80c9cb96540320419096 |
lib/rbnacl/version.rb | 100644 | 0 | 0 | | | 117 Bytes | 687d8861780172e69164b2c61867deb008cd34786a226349aad373e116b8fe04 |
rbnacl.gemspec | 100644 | 0 | 0 | | | 1.19 KB | 4519f7b3d34d647c1d6a6f957af586b62fe402e4ee2aa052496099a1219282cd |
spec/rbnacl/authenticators/poly1305_spec.rb | 100644 | 0 | 0 | | | 157 Bytes | 77fc0204ebf8aeb89dc52ac8bd22e912ed6bfccc63b112f47aeb8ad653be3349 |
spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb | 100644 | 0 | 0 | | | 1.54 KB | b6078383a98b48ca07387e39493dce2a001c5ef4f1da0eef530b916864120af6 |
spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb | 100644 | 0 | 0 | | | 978 Bytes | 66959a9d9f6de19fef2494cd5debda66e40f2b6eb3e62b9f67d290ef43c897a1 |
spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb | 100644 | 0 | 0 | | | 1.23 KB | d4759cbbf197655e93dd1bc015b219a1619097ac625ece0c9d437b48a7f387b3 |
spec/rbnacl/group_element_spec.rb | 100644 | 0 | 0 | | | 728 Bytes | de135bb47eb3de13c408d341e0554c518f6ad4d422be6d238648065f4f37f5a1 |
spec/rbnacl/hash/blake2b_spec.rb | 100644 | 0 | 0 | | | 2.48 KB | 46f9be073bce26bccf38515b4e39f0c073d0a5b1d798a710f6487dc6ebf9db30 |
spec/rbnacl/hash_spec.rb | 100644 | 0 | 0 | | | 1.24 KB | 3ec32c9d41ef04f24018ce99d9a5da4782efda85223e6707f155325788559f0d |
spec/rbnacl/hmac/sha256_spec.rb | 100644 | 0 | 0 | | | 161 Bytes | 94163eb4febe6a908a8b89754429b8bbca35e041a0474223ca6ab338c1d91c8d |
spec/rbnacl/hmac/sha512256_spec.rb | 100644 | 0 | 0 | | | 167 Bytes | da63a3b4f99fa8269e05dcbe9b3d32a896e054dd229bfa0be64a705d352e1319 |
spec/rbnacl/hmac/sha512_spec.rb | 100644 | 0 | 0 | | | 161 Bytes | 8f59b7ef9a64b4982b82364f826170cfefec1c686cea93f52057174128bb4660 |
spec/rbnacl/password_hash/scrypt_spec.rb | 100644 | 0 | 0 | | | 659 Bytes | df94f5d99dfbf060c9770f15dff41ec35b3c5efb3283a86b2fb66e9fea8f07f9 |
spec/rbnacl/random_spec.rb | 100644 | 0 | 0 | | | 292 Bytes | 9c12e053fd68a8bfd8034bae43bdc6a37a88cc76a8a5cebc786693e81e12d87b |
spec/rbnacl/secret_box_spec.rb | 100644 | 0 | 0 | | | 559 Bytes | 4fdad06e7248725fb3646e729a11f7527c918ecc0610b2072fad3574906b43ff |
spec/rbnacl/signatures/ed25519/signing_key_spec.rb | 100644 | 0 | 0 | | | 1.1 KB | 10eac8bbe84517ffa56f67709721b0234779160cd7751572b269c19ee6d9395d |
spec/rbnacl/signatures/ed25519/verify_key_spec.rb | 100644 | 0 | 0 | | | 1.21 KB | 11e8ff1df2dabf007a08106e32169c86f146ce372834636fdcaa9bef959c724b |
spec/rbnacl/simple_box_spec.rb | 100644 | 0 | 0 | | | 1.93 KB | a7a07fe93589fe434004049693024bda63136600b058c95cd1d393e13ea5f1ae |
spec/rbnacl/util_spec.rb | 100644 | 0 | 0 | | | 5.57 KB | 1437105d2d162d67ea8133981f45a4e2f16c9a35e384604c1c249ad0fdc77854 |
spec/shared/authenticator.rb | 100644 | 0 | 0 | | | 3.12 KB | dd9dc99d873419fc364ba72a615446422f228dea66504d03ff8ab540b275a39c |
spec/shared/box.rb | 100644 | 0 | 0 | | | 1.65 KB | 35d037e3107263553ed5e6e0b27b230e1b58d31fa905c99876c77783cfdea254 |
spec/shared/key_equality.rb | 100644 | 0 | 0 | | | 824 Bytes | fb05237107d7a517685a92037a0a4b41d4c82d8a24bd5724b1b460d2cab4fb0b |
spec/shared/serializable.rb | 100644 | 0 | 0 | | | 342 Bytes | a12b6616a33d2e86120a7fd507c71cf317889b3721deac15aced6c5559d53d2d |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 556 Bytes | 06249956bf33bbf85ec3731bd7c82c7bcfbf86f048fed608746c0f53a0ed9965 |
tasks/rspec.rake | 100644 | 0 | 0 | | | 137 Bytes | 0ccbb008e71a319b3a040c90b2c3b9f3df1c3e3ae0809a2898c71b7481b0825b |
tasks/rubocop.rake | 100644 | 0 | 0 | | | 51 Bytes | 186abd45c0e816fd30e54ba4da13c974e34cedc7e85fd3417d730eae601804de |