Skip to content

Fix bug where we treat X and Y as each other.

Daniël Franke requested to merge bugfix/xy-serialising into main

PHPSecLib encodes the points opposite of what we expected. This broke serialisation of the public key. This fixes that.

Merge request reports