Package: smcryptoR
Type: Package
Title: ShangMi(SM) Cryptographic Algorithms(SM2/SM3/SM4)
Version: 0.1.2
Authors@R: person("Meng", "Yu", role = c("aut", "cre"), email = "610074@gmail.com",
    comment = c(ORCID = "0009-0005-9794-5522"))
Description: Bindings to 'smcrypto' <https://github.com/zhuobie/smcrypto>: a 'Rust'
    implementation of China's Standards of Encryption Algorithms, which is usually 
    called 'ShangMi(SM)' algorithms. It contains 'SM3' message digest algorithm, 
    'SM2' asymmetric encryption algorithm and 'SM4' symmetric encryption algorithm. 
    Users can do message hash, encrypt/decrypt, sign/verify, key exchange and more.
License: MIT + file LICENSE
URL: https://github.com/zhuobie/smcryptoR
BugReports: https://github.com/zhuobie/smcryptoR/issues
Depends: R (>= 4.2)
SystemRequirements: Cargo (Rust's package manager), rustc
Biarch: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2024-03-18 14:09:54 UTC; yumeng
Maintainer: Meng Yu <610074@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-18 19:10:02 UTC
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Author: Meng Yu [aut, cre] (<https://orcid.org/0009-0005-9794-5522>)
Built: R 4.2.3; x86_64-w64-mingw32; 2024-04-25 09:18:03 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
