Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Jan 1, 2024
1 parent 30dec3a commit a172939
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

Secure and easy-to-use keccak

> **🚨 WARNING:** Not yet ready for production!!!

## Roadmap

- [ ] Create Keccak 256 hash
- [ ] Validate Collision Attack
- [ ] Validate Pre Image Attack
- [ ] Validate Second Pre Image Attack
- [ ] Validate Birthday Attack
- [ ] Validate Length Extension Attack
- [ ] Validate Brute Force Attack
- [ ] Validate Side Channel Attack
- [ ] Validate Specific Attacks


## Docs

**INSTALL**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keccaky"
version = "0.2.0"
version = "0.2.1"
description = "Secure and easy-to-use keccak"
authors = ["Lucas Oliveira <[email protected]>"]
repository = "https://github.com/olivmath/keccaky.git"
Expand Down

0 comments on commit a172939

Please sign in to comment.