ffi-libsodium 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 971ee9f49b0f7bacc2601d49002ac570998a900b
4
- data.tar.gz: 901bd4d4c82de81c9973e3f1ca6a497b001c7587
3
+ metadata.gz: 6451217a5399fb444da1998ad1a3c5d3c3fdab03
4
+ data.tar.gz: 50845c35ef345c50bb6cd345b59de41e26e6742e
5
5
  SHA512:
6
- metadata.gz: 8d628ea9cf0c095258f21345a34bdd1ed4b290067dc38a39a64c2b8b1a6a3b4bd3367932cc620276a40e9e8566120e7e741950690e3a23b419bbd51d23dd4dba
7
- data.tar.gz: 448ca18f2091ae441a8038f956cef0e9bb2a8d445448985516aed6031da6b17a9f468caf233907574f29cdb4b4b3cebb7f3869018af0ea7d0e52d869c225bdc3
6
+ metadata.gz: d2b35d46720ebfd7f143727b26bec4a97807db0c98ab3b4675ba3b25f17fbb78e34b0ddb6bbfc50aa51166e010e76085fa11b5ba4eed1e8aeb1c0d5e0102de50
7
+ data.tar.gz: a36574cdd3a765e203e18772c94ba5f5235ac747ceca59e2e2b7bbb24a67c6bc002166e0056fbea6d444a62cda9c3567bbd2156f89554d02c2bef1239872643e
data/lib/crypto/box.rb CHANGED
@@ -32,11 +32,6 @@ module Crypto
32
32
  attach_function :crypto_box_easy, [:buffer_out, :buffer_in, :ulong_long, :buffer_in, :buffer_in, :buffer_in], :int
33
33
  attach_function :crypto_box_open_easy, [:buffer_out, :buffer_in, :ulong_long, :buffer_in, :buffer_in, :buffer_in], :int
34
34
 
35
- attach_function :crypto_box_beforenm, [:buffer_out, :buffer_in, :buffer_in], :int
36
-
37
- attach_function :crypto_box_afternm, [:buffer_out, :buffer_in, :ulong_long, :buffer_in, :buffer_in], :int
38
- attach_function :crypto_box_open_afternm, [:buffer_out, :buffer_in, :ulong_long, :buffer_in, :buffer_in], :int
39
-
40
35
  module_function
41
36
 
42
37
  def nonce
@@ -1,3 +1,3 @@
1
1
  module Sodium
2
- VERSION = Gem::Version.new('0.1.7')
2
+ VERSION = Gem::Version.new('0.1.8')
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-libsodium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hendrik Beskow