link https://github.com/irislib/iris-messenger/blob/master/src/js/lib/nostr-tools/path.ts
Discussion
Oh, and I'll make encrypted paths use hash(path + secret) so it's deterministic, instead of encrypt(path) which has a random component
Oh, and I'll make encrypted paths use hash(path + secret) so it's deterministic, instead of encrypt(path) which has a random component