variable etcimport { etc } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/shims/ed25519.js"; type{ bytesToHex; hexToBytes; concatBytes; mod; invert; randomBytes: (n) => unknown; sha512Async: (...n) => unknown; sha512Sync; }