The code provided here is a small extension for SQLite to compute metrics related to Physical Unclonable Functions. The data needs to be stored in BLOBs. All BLOBs should have the same size. As of now ...
At the moment, all user-defined functions need to be defined twice, once for Mimir's benefit (typically in mimir.algebra.function.FunctionRegistry) and once for SQLite's benefit (typically in ...