mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
config: crypto.ts -> utils/crypto.ts
This commit is contained in:
parent
cbe156ae2b
commit
1636601bfe
3 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { z } from 'zod';
|
||||||
import { decodeBase64 } from '@std/encoding/base64';
|
import { decodeBase64 } from '@std/encoding/base64';
|
||||||
import { encodeBase64Url } from '@std/encoding/base64url';
|
import { encodeBase64Url } from '@std/encoding/base64url';
|
||||||
|
|
||||||
import { getEcdsaPublicKey } from './crypto.ts';
|
import { getEcdsaPublicKey } from './utils/crypto.ts';
|
||||||
|
|
||||||
/** Ditto application-wide configuration. */
|
/** Ditto application-wide configuration. */
|
||||||
export class DittoConfig {
|
export class DittoConfig {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue