From f8d763d0bd6d9e288d68d2b048023bcbefb63bce Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 27 Mar 2022 11:53:45 +0800 Subject: ref #65, new formula functions: CHITEST and CHISQ.TEST --- crypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt.go') diff --git a/crypt.go b/crypt.go index 8a783a9..da9feb4 100644 --- a/crypt.go +++ b/crypt.go @@ -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) { -- cgit v1.2.1