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:
marinthiercelin 2020-09-11 15:35:22 +02:00 committed by GitHub
parent 64b3b45404
commit 55c4bd994d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 174 additions and 48 deletions

View file

@ -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,