From abdb44816541e5c7ba9f74d0eb26c26e91fce605 Mon Sep 17 00:00:00 2001 From: alexmullins Date: Thu, 29 Oct 2015 16:47:39 -0500 Subject: [PATCH] change package documentation header to include add. features --- struct.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/struct.go b/struct.go index cf2f4af..b2911e9 100644 --- a/struct.go +++ b/struct.go @@ -16,6 +16,9 @@ fields. The 64 bit fields will always contain the correct value and for normal archives both fields will be the same. For files requiring the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit fields must be used instead. + +Can read/write AES encrypted files that use Winzip's AES encryption method. +See: http://www.winzip.com/aes_info.htm */ package zip