Skip to content

Commit dc15794

Browse files
committed
fix typo in docs + release
1 parent 6d663cf commit dc15794

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rencrypt"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ If `nonce` is not provided, on each encrypt operation (`seal_in_place*()`) it wi
343343

344344
In the examples below you will see how to do it.
345345

346-
# Encryption providers and algorithms (ciphes)
346+
# Encryption providers and algorithms (ciphers)
347347

348348
You will notice in the examples we create the `Cipher` from something like this `cipher_meta = CipherMeta.Ring(RingAlgorithm.Aes256Gcm)`. The first part `CipherMeta.Ring` is the encryption provider. The last part is the algorithm for that provider, in this case `Aes256Gcm`. Each provier might expose specific algorithms.
349349

0 commit comments

Comments
 (0)