config: crypto.ts -> utils/crypto.ts

This commit is contained in:
Alex Gleason 2025-02-15 16:32:10 -06:00
parent cbe156ae2b
commit 1636601bfe
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import { z } from 'zod';
import { decodeBase64 } from '@std/encoding/base64';
import { encodeBase64Url } from '@std/encoding/base64url';
import { getEcdsaPublicKey } from './crypto.ts';
import { getEcdsaPublicKey } from './utils/crypto.ts';
/** Ditto application-wide configuration. */
export class DittoConfig {