Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

pqcrypto

Lifecycle: experimental R-CMD-check Codecov test coverage

The pqcrypto package makes available to R users some of the latest developments in post-quantum cryptography, covering:

  • Secure key establishment (secret key encapsulation);
  • Digital signatures

Installation

You can install the development version of pqcrypto from GitHub with:

# install.packages("devtools")
devtools::install_github("bpvgoncalves/pqcrypto")

Example

For examples on how to use the package please refer to the vignettes.