You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was tempted to add this in as an 'issue', but recently the NSA deprecated 256-bit strength cryptography (secp256k1 specifically; I think the NIST SP reference still recommends ed25519).
In either case, was wondering about the feasibility of upgrading to ed448. otrv4 has a similar scheme to megolm, and the increase in overhead is negligible. Minus ed448, there are no additions to any of the libraries that I can think of at this point.
Not Demanding the Change
If I can implement it on my end personally, I'm happy to do so. Just wondering if there are any caveats or things I should look out for first.
Thank you in advance for taking time to answer this.
Have you considered any alternatives?
Only alternative would be using XMPP; I already have that integration in tow - but for other things.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Your use case
Was tempted to add this in as an 'issue', but recently the NSA deprecated 256-bit strength cryptography (secp256k1 specifically; I think the NIST SP reference still recommends ed25519).
In either case, was wondering about the feasibility of upgrading to ed448. otrv4 has a similar scheme to megolm, and the increase in overhead is negligible. Minus ed448, there are no additions to any of the libraries that I can think of at this point.
Not Demanding the Change
If I can implement it on my end personally, I'm happy to do so. Just wondering if there are any caveats or things I should look out for first.
Thank you in advance for taking time to answer this.
Have you considered any alternatives?
Only alternative would be using XMPP; I already have that integration in tow - but for other things.
Additional context
No response
The text was updated successfully, but these errors were encountered: