Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed May 30, 2024
1 parent b006f68 commit f56d1b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,24 @@ ciphertext = enc.encrypt_from(plaintext, 42, aad)
plaintext2 = enc.decrypt_from(ciphertext, 42, aad)
assert plaintext == plaintext2
```
# Building from source

## Browser

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/radumarias/rencrypt-python)

[![Open Rustlings On Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/?repo=radumarias%2Frencrypt-python&ref=main)

## Geting sources from GitHub

## Compile and run

```bash
python -m venv .env
source .env/bin/activate
maturin develop
python examples/encrypt_buf.py
```

# Future plans

Expand Down

0 comments on commit f56d1b7

Please sign in to comment.