Skip to content

Commit

Permalink
🪐 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymott committed Dec 5, 2024
1 parent 342be52 commit f8c9d6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# crystals-kyber-rustykey

## 0.0.11

### Patch Changes

- fix link

## 0.0.10

### Patch Changes
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
<img src="./kyber.png"/>
</p>

The "Cryptographic Suite for Algebraic Lattices" (CRYSTALS) encompasses two cryptographic primitives: Kyber, an IND-CCA2-secure key-encapsulation mechanism (KEM); and Dilithium, a strongly EUF-CMA-secure digital signature algorithm. Both algorithms are based on hard problems over module lattices, are designed to withstand attacks by large quantum computers, and were selected among the winners of the NIST post-quantum cryptography project.
https://pq-crystals.org/index.shtml
https://www.google.com/url?sa=i&url=https%3A%2F%2Fpq-crystals.org%2Fkyber%2F&psig=AOvVaw3NSx8Te3NCXINNbe68sPJn&ust=1733371826595000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCOiygLKfjYoDFQAAAAAdAAAAABAE
The "Cryptographic Suite for Algebraic Lattices" (CRYSTALS) encompasses two cryptographic primitives: Kyber, an IND-CCA2-secure key-encapsulation mechanism (KEM); and Dilithium, a strongly EUF-CMA-secure digital signature algorithm. Both algorithms are based on hard problems over module lattices, are designed to withstand attacks by large quantum computers, and were selected among the winners of the [NIST post-quantum cryptography project](https://pq-crystals.org/index.shtml)

based on work by Antony Tutoveanu here https://github.com/antontutoveanu/crystals-kyber-javascript/blob/main/LICENSE
and by Ajitomi Daisuke here https://github.com/dajiaji/crystals-kyber-js/tree/main
based on work by [Antony Tutoveanu](https://github.com/antontutoveanu/crystals-kyber-javascript)
and by [Ajitomi Daisuke](https://github.com/dajiaji/crystals-kyber-js/tree/main)


<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crystals-kyber-rustykey",
"description": "",
"license": "ISC",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f8c9d6d

Please sign in to comment.