Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Add support for multiple recipients encryptation #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmdir
Copy link

@rmdir rmdir commented Nov 13, 2017

This pull request add the encrypt_multi function, that allow encrypting for multiples recipents

@blaix
Copy link
Owner

blaix commented Nov 13, 2017

Instead of a new function, how about letting encrypt accept an array by using the Array function?

irb(main):002:0> Array("hi")
=> ["hi"]
irb(main):003:0> Array(["hi"])
=> ["hi"]

@blaix
Copy link
Owner

blaix commented Nov 13, 2017

Also, can you add a test for encrypt accepting multiple recipients?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants