add fip proposing p256 address types - #321
Conversation
| ## Abstract | ||
| Filecoin ramps should be as simple and available as possible, adding p256 opens up a whole new set of solutions for developers to integrate with. | ||
|
|
||
| ## Change Motivation |
There was a problem hiding this comment.
From what I can tell, the iPhone also supports Curve25519 (https://developer.apple.com/documentation/cryptokit/curve25519) and the docs specify that the enclave supports "256bit elliptic curve algorithms". Are you sure it only supports P256?
Unfortunately, it looks like Android may only support RSA and P256.
Maybe we should just add support for both at the same time?
There was a problem hiding this comment.
The cost of adding two algorithms versus one is pretty minimal.
There was a problem hiding this comment.
Yeah, the more the merrier, Curve25519 is getting a lot of traction too, and youre right, adding more is easy.
|
Hey @whyrusleeping, would you mind adding this proposal/summary to the FIPs Discussion Forum too, so I can steward it for community feedback? Thank you! |
|
Reached out again to FIP author to determine whether to merge or deprecate this draft. |
|
Closing PR, per this thread. |
I've wanted this for a while, seems like better late than never.