use gen-key-pair fn. from '@misskey-dev/node-http-message-signatures'
This commit is contained in:
parent
fd71ad7a5f
commit
67758d2d1e
3 changed files with 5 additions and 40 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue