refactor
This commit is contained in:
parent
14221e78b7
commit
22ccb0fa71
93 changed files with 157 additions and 157 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue