Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhewenshen authored Jul 20, 2024
1 parent dd66224 commit 0b7368e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,31 @@

- [ ] Implement secure key exchange
- [ ] Implement digital signatures (will replace the existing HMAC)

## Description

A project for COMP6453.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)

## Installation
Ensure you have Python 3.9 installed on your system. Then follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/zhewenshen/applied-cryptography-project.git
```
2. Navigate to the project directory:
```bash
cd applied-cryptography-project
```
3. Install the required dependencies:
```bash
pip3 install -r requirements.txt
```
## Usage
For sample usage please refer to [`src/main.py`](src/main.py)


0 comments on commit 0b7368e

Please sign in to comment.