if (typeof window === "undefined") {
    _crypto = nativeCrypto as any;
    if (!_crypto?.subtle || ignoreCrypto) {
        _crypto = new PeculiarWebCrypto();
        console.warn("using @peculiar/webcrypto");