Skip to content

Commit

Permalink
feat: Export MAX_SDU_PLAINTEXT_LENGTH
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Aug 10, 2023
1 parent c526d88 commit 28af476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export { CMSError } from './lib/crypto/cms/CMSError';
export { PayloadPlaintext as Payload } from './lib/messages/payloads/PayloadPlaintext';
export { RAMFError } from './lib/ramf/RAMFError';
export { RAMFSyntaxError } from './lib/ramf/RAMFSyntaxError';
export { MAX_RAMF_MESSAGE_LENGTH } from './lib/ramf/serialization';
export { MAX_RAMF_MESSAGE_LENGTH, MAX_SDU_PLAINTEXT_LENGTH } from './lib/ramf/serialization';
export { RAMFMessage } from './lib/messages/RAMFMessage';
export { Recipient } from './lib/messages/Recipient';
export { Parcel } from './lib/messages/Parcel';
Expand Down

0 comments on commit 28af476

Please sign in to comment.