TrustNXT / c2pa-ts

Pure TypeScript implementation of C2PA manifest reading, validation, and creation
Apache License 2.0
2 stars 0 forks source link

Use TypedArray support in typed-binary #52

Open cyraxx opened 1 month ago

cyraxx commented 1 month ago

Currently, in the JUMBF serialization/deserialization, we have a lot of individual writeByte()/readByte() calls. Handling entire byte arrays would be more efficient but isn't currently supported by typed-binary.

Once this has been implemented in typed-binary (issue, PR), we can update the schemata accordingly.

cyraxx commented 2 days ago

This is now implemented in typed-binary and ready for implementation.