Support for loading, storing, and using kyber keys in decryption
This commit is contained in:
parent
c1580a5eb3
commit
b6445a6af0
49 changed files with 2260 additions and 806 deletions
|
@ -251,15 +251,6 @@ export class SendMessageProtoError extends Error implements CallbackResultType {
|
|||
}
|
||||
}
|
||||
|
||||
export class SignedPreKeyRotationError extends ReplayableError {
|
||||
constructor() {
|
||||
super({
|
||||
name: 'SignedPreKeyRotationError',
|
||||
message: 'Too many signed prekey rotation failures',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export class MessageError extends ReplayableError {
|
||||
readonly httpError: HTTPError;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue