Cracked dev alert‼️ @SFYLL built encrypted types into the Solidity compiler. Seismic types are no longer user-defined abstractions that call precompiles. They're first class citizens, sitting on the same level as uint256, address, and bool. Why is this important? Building types into the compiler lets you ✅ Write encrypted contracts natively in Solidity, without needing to import clunky 2KB libraries. ✅ Use encrypted types in higher order operations, like indexing into a collection. ✅ Cast between different encrypted types properly.
@SFYLL Our fork is fully open source!
8,22K