diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:19:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:19:53 +0200 |
| commit | 0b32395de2500ad87e15fbb0ff4a852e313037e9 (patch) | |
| tree | 2607145be078cfac3b8f6b982c1b63352ebaf79e /tools/nissy_extra.h | |
| parent | bb09e52a7481718ae1fe324d16b99970450908f8 (diff) | |
| download | nissy-core-0b32395de2500ad87e15fbb0ff4a852e313037e9.tar.gz nissy-core-0b32395de2500ad87e15fbb0ff4a852e313037e9.zip | |
First try for derive tables
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h new file mode 100644 index 0000000..4294c24 --- /dev/null +++ b/tools/nissy_extra.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | /* | ||
| 2 | This header file exposes certain functions that are meant to be used | ||
| 3 | for testing purposes only. | ||
| 4 | */ | ||
| 5 | |||
| 6 | size_t gendata_h48_derive(uint8_t, const void *, void *); | ||
