I used the library before the order parameter was removed from the bits->octets function and just maintained a local small patch to add it back - I can see how it's complicating the interface, so I could probably just use ironclad:integer-to-octets and supply the value myself. That said, the docstring still mentions the parameter.
I used the library before the
orderparameter was removed from thebits->octetsfunction and just maintained a local small patch to add it back - I can see how it's complicating the interface, so I could probably just useironclad:integer-to-octetsand supply the value myself. That said, the docstring still mentions the parameter.