Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 23, 2015
1 parent 67bbc3a commit 115d726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func (m *Metadata) ReadFrom(r io.Reader) (int64, error) {
return n64, nil
}

// getEncryptionFlag returns the encryption type flag.
func getEncryptionFlag(flag uint32) (string, error) {
for k, v := range EncryptionTypes {
if v&flag != 0 {
Expand Down

0 comments on commit 115d726

Please sign in to comment.