import { BytearrayWrapper } from '../bytearray-wrapper'; import { ICompressed, IUncompressed } from '../ICompressed'; /** * Same as `SaverChunkedCommitmentKey` but in uncompressed form. */ export declare class SaverChunkedCommitmentKeyUncompressed extends BytearrayWrapper implements IUncompressed { } /** * Generators used by the prover and verifier to connect the commitment to the message in SAVER's ciphertext to the * commitment to message under BBS/BBS+/PS signature */ export declare class SaverChunkedCommitmentKey extends BytearrayWrapper implements ICompressed { static generate(label?: Uint8Array): SaverChunkedCommitmentKey; decompress(): SaverChunkedCommitmentKeyUncompressed; } //# sourceMappingURL=chunked-commitment.d.ts.map