Additional helpers for iOS drive (#78)
* add tests Co-authored-by: wussler <aron@wussler.it> Co-authored-by: marin thiercelin <marin.thiercelin@pm.me>
This commit is contained in:
parent
64b3b45404
commit
55c4bd994d
5 changed files with 174 additions and 48 deletions
|
|
@ -84,8 +84,8 @@ type EncryptSignArmoredDetachedMobileResult struct {
|
|||
Ciphertext, Signature string
|
||||
}
|
||||
|
||||
//EncryptSignArmoredDetachedMobile wraps the EncryptSignArmoredDetached method
|
||||
//to have only one return argument for mobile.
|
||||
// EncryptSignArmoredDetachedMobile wraps the EncryptSignArmoredDetached method
|
||||
// to have only one return argument for mobile.
|
||||
func EncryptSignArmoredDetachedMobile(
|
||||
publicKey, privateKey string,
|
||||
passphrase, plainData []byte,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue