SimplicityHL standard library 0.1.0 released

The first public release of the SimplicityHL standard library has landed! From the changelog:

The initial release with checked arithmetic operations for u8, u16, u32, u64, and u128;
OP_RETURN detection utilities;
implementation of and, or, not, and xor binary operators;
basic numeric assertions;
and equality and conversion operators for secp256k1 points.

You can also read rendered documentation for all the standard library functions on the developer documentation website.

1 Like

The correct link is Standard Library Reference - Simplicity