Skip to content

Commit

Permalink
updated readme (#24)
Browse files Browse the repository at this point in the history
* updated readme

* updated readme
  • Loading branch information
sheroz committed Aug 4, 2023
1 parent ff9154f commit 5c1fd1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Tests are implemented using: [crypto_vectors](https://crates.io/crates/crypto_ve

## Usage

Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/main.rs)
Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples)

### Block encryption sample: [encrypt_block.rs](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples/encrypt_block.rs)

Expand Down
2 changes: 1 addition & 1 deletion cipher_magma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Tests are implemented using: [crypto_vectors](https://crates.io/crates/crypto_ve

## Usage

Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/main.rs)
Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples)

### Block encryption sample: [encrypt_block.rs](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples/encrypt_block.rs)

Expand Down
2 changes: 1 addition & 1 deletion magma_samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Tests are implemented using: [crypto_vectors](https://crates.io/crates/crypto_ve

## Usage

Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/main.rs)
Please look at [magma_samples](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples)

### Block encryption sample: [encrypt_block.rs](https://github.com/sheroz/magma/tree/main/magma_samples/src/samples/encrypt_block.rs)

Expand Down

0 comments on commit 5c1fd1c

Please sign in to comment.