Rename conflicting methods (#20)
This commit is contained in:
parent
7e8dd9ab95
commit
4ef79f1d12
8 changed files with 21 additions and 20 deletions
|
|
@ -203,7 +203,7 @@ func EncryptSignAttachment(
|
|||
return nil, nil, nil, err
|
||||
}
|
||||
|
||||
return packets.GetKeyPacket(), packets.GetDataPacket(), signatureObj.GetBinary(), nil
|
||||
return packets.GetBinaryKeyPacket(), packets.GetBinaryDataPacket(), signatureObj.GetBinary(), nil
|
||||
}
|
||||
|
||||
// DecryptVerifyAttachment decrypts and verifies an attachment split into the keyPacket, dataPacket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue