Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afDursun authored Jun 30, 2024
1 parent c5242ea commit 17017d6
Showing 1 changed file with 19 additions and 27 deletions.
46 changes: 19 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,25 @@
# Kyber.PAKE
all: \
test_kyber512 \
test_kyber768 \
test_kyber1024 \
test_speed512 \
test_speed768 \
test_speed1024 \
# Generic Kyber.PAKE AES

pake_kyber512: \
test_kyber512 \
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/afDursun/generic-kyber-pake-aes?include_prereleases)](https://img.shields.io/github/v/release/navendu-pottekkat/awesome-readme?include_prereleases)
[![GitHub last commit](https://img.shields.io/github/last-commit/afDursun/generic-kyber-pake-aes)](https://img.shields.io/github/last-commit/navendu-pottekkat/awesome-readme)
[![GitHub issues](https://img.shields.io/github/issues-raw/afDursun/generic-kyber-pake-aes)](https://img.shields.io/github/issues-raw/navendu-pottekkat/awesome-readme)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/afDursun/generic-kyber-pake-aes)](https://img.shields.io/github/issues-pr/navendu-pottekkat/awesome-readme)
[![GitHub](https://img.shields.io/github/license/afDursun/generic-kyber-pake-aes)](https://img.shields.io/github/license/navendu-pottekkat/awesome-readme)

pake_kyber768: \
test_kyber768 \

pake_kyber1024: \
test_kyber1024 \
## Usage

speed_kyber512: \
test_speed512 \
To build all applications
```
make all
```

speed_kyber768: \
test_speed768 \
To build only the main application
```
make kyber_pake
```

speed_kyber1024: \
test_speed1024 \


## Acknowledgment

- This research was partially supported by TUBITAK under Grant No. 121R006


To build only the performance result
```
make kyber_pake_speed
```

0 comments on commit 17017d6

Please sign in to comment.