Skip to content

Commit 0abb1fe

Browse files
committed
tags + release
1 parent 4019eb2 commit 0abb1fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1"
3+
version = "1.0.2"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption."
1111
readme = "README.md"
12-
keywords = ["cryptography", "encryption", "security", "rust", "speed"]
12+
keywords = ["cryptography", "encryption", "security", "rust", "speed", "aead", "cipher"]
1313
requires-python = ">=3.7"
1414
classifiers = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)