-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Derived Key from Shared Secret (ECDH-ES) #18
Comments
Hi, |
@EliasNaranjeeSani, I Unfortunately had to pause that project and hence this remained pending. |
@roshit-omanakuttan : I just forced to develop this part my self. Used the specifications of KDF and implemented it in Obj-C. |
@EliasNaranjeeSani, Is there a chance you would make the implementation public. |
@roshit-omanakuttan : I would love to but unfortunately its not possible due to company policies. |
@EliasNaranjeeSani fair enough |
I have no specific plans to implement this, which KDF do you need? You should be able to use the output of the ECDH shared key with any other library though... |
你好,我的公钥是:02bf055764de0320c8221920d856d3d9b93dfc1dcbc759a560fd42553aa025ba5c 2018-08-30 13:53:04.371747+0800 ECDSATest[74077:7476297] These are not the droids you are looking for. |
Hi,
Great library and I have been able to seamlessly generate the Keys.
How would I now be able to generate a Derived Key as mentioned here:
https://tools.ietf.org/html/rfc7518#section-4.6
Thanks
The text was updated successfully, but these errors were encountered: