diff options
author | xuri <xuri.me@gmail.com> | 2022-03-27 11:53:45 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-03-27 11:53:45 +0800 |
commit | f8d763d0bd6d9e288d68d2b048023bcbefb63bce (patch) | |
tree | f26a1ac266a44bcba73bb378bc07c967f7fffffd /crypt.go | |
parent | 17141a963878adc29e1fcc210c488e1ae3fe9da3 (diff) |
ref #65, new formula functions: CHITEST and CHISQ.TEST
Diffstat (limited to 'crypt.go')
-rw-r--r-- | crypt.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ type StandardEncryptionVerifier struct { EncryptedVerifierHash []byte } -// Decrypt API decrypt the CFB file format with ECMA-376 agile encryption and +// Decrypt API decrypts the CFB file format with ECMA-376 agile encryption and // standard encryption. Support cryptographic algorithm: MD4, MD5, RIPEMD-160, // SHA1, SHA256, SHA384 and SHA512 currently. func Decrypt(raw []byte, opt *Options) (packageBuf []byte, err error) { |