Skip to content

Commit

Permalink
Added info on NCC Group audit (#68)
Browse files Browse the repository at this point in the history
* Added info on NCC Group audit

* Move NCC Group audit info, update previous stmt
  • Loading branch information
BobWall23 authored Mar 7, 2019
1 parent 673f86e commit 8ec70f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See https://recrypt.rs

## Security and Audits

The Scala version of recrypt has been [audited by NCC group](https://www.nccgroup.trust/us/our-research/proxy-re-encryption-protocol-ironcore-public-report/). This implementation was based on that version, but has not been independently audited and **should be used at your own risk.**
NCC Group has conducted an audit of this library - release [0.6.2](https://github.com/IronCoreLabs/recrypt-rs/releases/tag/0.6.2) contains all of the audited code, including updates that were created to resolve issues that were discovered during the audit. The NCC Group audit found that the chosen pairing and elliptic curve are cryptographically sound, and that the Rust implementation is a faithful and correct embodiment of the target protocol. In addition, the audit confirmed that the implementation does not leak secret information via timing or memory access pattern side-channel attacks.

To learn more about our approach to cryptography and to read our publications, please [go here](https://docs.ironcorelabs.com/cryptography/).

Expand Down

0 comments on commit 8ec70f8

Please sign in to comment.