cronos-labs / play-unreal-plugin

Unreal Engine plugin repo for GameFi
Other
14 stars 13 forks source link

Problem: not supporting of verse in uefn #299

Closed leejw51crypto closed 1 year ago

leejw51crypto commented 1 year ago

add support for verse in unreal editor for fortnite

tomtau commented 1 year ago

Can UEFN support general UE plugins?

leejw51crypto commented 1 year ago

nope, only verse we may need code elliptic curve with verse language

tomtau commented 1 year ago

If that's case, you should probably check with the security team before attempting this

tomtau commented 1 year ago

One main issue is a constant time execution of ECC operations, zeroing secret values etc. which may be hard to ensure in Verse. Likely better to close this issue to delay it until Verse supports FFI.

leejw51crypto commented 1 year ago

yes, close for security issue,

when there is ffi for verse, we can reopen