summaryrefslogtreecommitdiff
path: root/crypt.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-03-27 11:53:45 +0800
committerxuri <xuri.me@gmail.com>2022-03-27 11:53:45 +0800
commitf8d763d0bd6d9e288d68d2b048023bcbefb63bce (patch)
treef26a1ac266a44bcba73bb378bc07c967f7fffffd /crypt.go
parent17141a963878adc29e1fcc210c488e1ae3fe9da3 (diff)
ref #65, new formula functions: CHITEST and CHISQ.TEST
Diffstat (limited to 'crypt.go')
-rw-r--r--crypt.go2
1 files changed, 1 insertions, 1 deletions
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) {