-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
Serializations in bb comes in the following forms:
- MSGPACK_FIELDS macro - Defined in msgpack.hpp:121-125 - generates a simple msgpack() method for declarative serialization
- Custom msgpack_pack/msgpack_unpack methods - Used when special logic is needed (e.g., Montgomery form conversion, point-at-infinity handling)
- Free read/write functions - Used for binary serialization (separate from msgpack)
Some of them might be defined on some classes but unused and can be cleaned up.
Metadata
Metadata
Assignees
Labels
No labels