mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 11:35:35 +02:00
refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as assert from 'assert';
|
||||
import httpSignature from '@peertube/http-signature';
|
||||
import { genRsaKeyPair } from '../../src/misc/gen-key-pair.js';
|
||||
import { createSignedPost, createSignedGet } from '../../src/remote/activitypub/ap-request.js';
|
||||
import { createSignedPost, createSignedGet } from '../../src/activitypub/ap-request.js';
|
||||
|
||||
export const buildParsedSignature = (signingString: string, signature: string, algorithm: string) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user