MCPcopy Index your code
hub / github.com/ether/etherpad / derive

Method derive

src/node/security/SecretRotator.ts:13–13  ·  view source on GitHub ↗
(params: DeriveModel, info: any)

Source from the content-addressed store, hash-verified

11class Kdf {
12 async generateParams(): Promise<{ salt: string; digest: string; keyLen: number; secret: string }> { throw new Error('not implemented'); }
13 async derive(params: DeriveModel, info: any) { throw new Error('not implemented'); }
14}
15
16class LegacyStaticSecret extends Kdf {

Callers 1

_deriveSecretsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected