Cracked dev alert‼️
@SFYLL has built encrypted types into the Solidity compiler.
Seismic types are no longer user-defined abstractions that call precompiles. They are now 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.
Our solc fork is fully open source:
https://t.co/h0dSzBYNQF