exocore
exocore copied to clipboard
Make framing more generic to wrap any bytes, and then convert "Entries" in chain to it.
Allow embedding frames into frames. Instead of having a seperate signature, we could just have a SignedFrame wrap a NonSignedFrame. This would allow preventing having an Option of the signature and be clear about what is what.