agens-no / EllipticCurveKeyPair

Sign, verify, encrypt and decrypt using the Secure Enclave
Other
708 stars 114 forks source link

Sign twice strings #54

Closed MajidAlNuumani closed 3 years ago

MajidAlNuumani commented 3 years ago

Hello,

How can I sign two strings like (blaBla1) then (BlaBla2) in one call of

Shared.keypair.sign(digest, hash: .sha256) and return two signatures

Thank you in advance?

hfossli commented 3 years ago

Why? 😆 Not possible afaik

MajidAlNuumani commented 3 years ago

I see @hfossli

I need it to Register user and login user at once.

Thank you @hfossli