RFC 9276 (BCP 236) specifies that for NSEC3 no extra iterations and empty salt is best current practice. For this reason, the alpha version of Cascade does not have support for setting these in policies.
That raises the question: do people need to set iterators and or salt or can we leave it out?
If setting the salt is required then the next question becomes, is there a need for automatic salt rotation?
Adding support for setting iterations and salt is easy enough. Automatic salt rotation may require optimized code for generating new NSEC3 hash chains.