Fix documentation typo in uuid-crypto

This commit is contained in:
Gregor Kleen 2017-10-25 19:29:21 +02:00
parent e5d6c550a2
commit 3f453d907a
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# 1.3.0.1
- Fix documentation typo
# 1.3.0.0
- Fix decryption

View File

@ -7,8 +7,8 @@ License: BSD3
Given a value of a serializable type (like 'Int') we perform serialization and
compute a cryptographic hash of the associated namespace (carried as a phantom
type of kind 'Symbol').
The serialized payload is then encrypted using the a symmetric cipher in CBC
mode using the hashed namespace as an initialization vector (IV).
The serialized payload is then encrypted using a symmetric cipher in CBC mode
using the hashed namespace as an initialization vector (IV).
Since the serialized payload is padded to the length of an UUID we can detect
namespace mismatches by checking that all bytes expected to have been inserted

View File

@ -1,5 +1,5 @@
name: uuid-crypto
version: 1.3.0.0
version: 1.3.0.1
synopsis: Reversable and secure encoding of object ids as uuids
license: BSD3
license-file: LICENSE