Package-level declarations
Types
Link copied to clipboard
value class DigestHashingFactory(val digest: Digest = KotlinCryptoDigest(Keccak512())) : PathFactory
A factory that creates Path instances by hashing their content with a specific digest.
Link copied to clipboard
A factory that creates Path instances by concatenating their content.
Link copied to clipboard
Link copied to clipboard
interface PathFactory
A path represents a specific point in the AST of an aggregate program. The point in the AS is identified as a sequence of tokens.
Link copied to clipboard