use gen-key-pair fn. from '@misskey-dev/node-http-message-signatures'

This commit is contained in:
tamaina
2024-03-01 12:52:46 +00:00
parent fd71ad7a5f
commit 67758d2d1e
3 changed files with 5 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ import { RedisKVCache } from '@/misc/cache.js';
import type { MiUserKeypair } from '@/models/UserKeypair.js';
import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';
import { genEd25519KeyPair } from '@/misc/gen-key-pair.js';
import { genEd25519KeyPair } from '@misskey-dev/node-http-message-signatures';
import { GlobalEventService, GlobalEvents } from '@/core/GlobalEventService.js';
@Injectable()