diff options
author | Rostyslav Khudolii <[email protected]> | 2022-03-06 15:17:45 +0100 |
---|---|---|
committer | Rostyslav Khudolii <[email protected]> | 2022-03-19 15:38:08 +0100 |
commit | 29bdb995706a603f2817e99c8907ecbf185c1810 (patch) | |
tree | 81173232bc6a50901f2e0664ab0912ad420c9c56 /doc | |
parent | 6ada2f328c71bd3e9cb332aebe4113208f033050 (diff) |
Add support for SRP6 FFI
Introduce C99 API for both SRP6 server- and client- side
functionalities. Follow the example of existing APIs for
the output values: BigInt -> uint8_t[].
Update botan2.py to use it and thus provide Python bindings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/credits.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/credits.rst b/doc/credits.rst index a2b48bf24..912780c7e 100644 --- a/doc/credits.rst +++ b/doc/credits.rst @@ -154,3 +154,8 @@ snail-mail address (S), and Bitcoin address (B). W: https://www.ribose.com/ D: SM3, Streebog, various minor contributions + + N: Rostyslav Khudolii + E: [email protected] + D: SRP6 FFI + S: Ukraine/Denmark |