diff --git a/src/handshakes/abstract-handshake.ts b/src/handshakes/abstract-handshake.ts index c3fb26f..f775fe7 100644 --- a/src/handshakes/abstract-handshake.ts +++ b/src/handshakes/abstract-handshake.ts @@ -5,7 +5,7 @@ import {bytes, bytes32, uint32} from "../@types/basic"; import {CipherState, MessageBuffer, SymmetricState} from "../@types/handshake"; import {getHkdf} from "../utils"; -export class AbstractHandshake { +export abstract class AbstractHandshake { protected minNonce = 0; public encryptWithAd(cs: CipherState, ad: bytes, plaintext: bytes): bytes {