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
You can install the development version of pqcrypto from GitHub with:
# install.packages("devtools")
devtools::install_github("bpvgoncalves/pqcrypto")
For examples on how to use the package please refer to the vignettes.