Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Codify more insane CRYPTO_EX_DATA API. | jsing | 2024-03-25 | 1 | -9/+59 |
| | | | | | | The current CRYPTO_EX_DATA implementation allows for data to be set without calling new, indexes can be used without allocation, new can be called without getting an index and dup can be called after new or without calling new. | ||||
* | Add initial regress for CRYPTO_EX_DATA. | jsing | 2023-12-27 | 1 | -0/+226 |