The public_key_from_bytes function incorrectly uses a size constant (PUBLIC_KEY_SIZE = 32) as an error code instead of the dedicated error constant E_WRONG_PUBKEY_SIZE = 1. 
https://github.com/initia-labs/movevm/blob/7096b76ba9705d4d932808e9c80b72101eafc0a8/precompile/modules/initia_stdlib/sources/crypto/ed25519.move#L47
