dinhduongha

Results 2 comments of dinhduongha

I also created another version - [next_uuid](https://github.com/dinhduongha/next-uuid) - compatible with [ulid](https://github.com/ulid/spec). Hope this help. ```pgsql CREATE OR REPLACE FUNCTION next_uuid(OUT result uuid) AS $$ DECLARE now_millis bigint; second_rand bigint; hex_value...

Look like we need function signMessage(msg) and verifyMessage(msg, signature), same as https://github.com/orbitlens/stellar-expert-id do.