Skip to content

Commit

Permalink
Minor name change
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatM committed Oct 29, 2020
1 parent 597442f commit 4cfc151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func recursiveCrypt(raw_message proto.Message, mode Mode) {

// `recursiveCrypt` examines all the field values of a message, and encrypts / decrypts each field
// if a policy passes for that module.
func PermissionedRecursiveCrypt(raw_message proto.Message) {
func PermissionedRecursiveDecrypt(raw_message proto.Message) {
recursiveCrypt(raw_message, permissionedDecryptMode)
}

Expand Down

0 comments on commit 4cfc151

Please sign in to comment.