Skip to content

Conversation

@bluebinary
Copy link
Owner

@bluebinary bluebinary commented Sep 10, 2025

The Bytes.encode() and the Bytes.decode() methods now support reversing the order of the provided bytes via the new reverse boolean keyword argument; by default bytes are held and encoded in the order in which they are provided, regardless of the (byte) order keyword argument's value.

Added the new isinstantiable() utility function, and documentation and unit tests for all of the utility functions, including hexbytes and print_hexbytes.

The `Bytes.encode()` and the `Bytes.decode()` methods now support
reversing the order of the provided bytes via the new `reverse` boolean
keyword argument; by default bytes are held and encoded in the order in
which they are provided, regardless of the (byte) `order` keyword
argument.

Added the new `isinstantiable()` utility function, and documentation
and unit tests for all of the utility functions, including `hexbytes`
and `print_hexbytes`.
@bluebinary bluebinary self-assigned this Sep 10, 2025
@bluebinary bluebinary merged commit 4e9ac34 into main Sep 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants