crypto-toolbox 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee58381316f414e6b610b2c7419ea17568d1c8ab
|
4
|
+
data.tar.gz: 9c1da9c5e6560e1e9716e1c0da61ee48104be1bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c9a123f43746790ad871b68eec3c1e94ab0665eb2844de9ac56449ea31338b9f75cf3e2a35aeb0f9e6eaede4a4f0031a44c5065eea06de64a4bc16455d1b852
|
7
|
+
data.tar.gz: 95d71af46fb8147b7eb2173fb9048d09fc94a4d0bcd9b99e8fa34b0d44ac4b7595bcb155ab0e2b1ef7f074a2c0c90d4aa9d57fe6d5a7e34c4303d084eea96045
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crypto-toolbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dennis Sivia
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0.3'
|
41
|
-
description:
|
42
|
-
|
41
|
+
description: |2
|
42
|
+
Easily work with primitives like arrays of Bytes or hextrings, to make learning und testing cryptographic methods work like a charme.
|
43
43
|
email: dev@d-coded.de
|
44
44
|
executables: []
|
45
45
|
extensions: []
|