3 Commits

Author SHA1 Message Date
Fletcher Dunn 0f04d02b57 Fix compiler warning
(cherry picked from commit fa8f4be973)
2026-04-17 21:08:16 -07:00
Fletcher Dunn 0307add013 Move 25519 crypto to a separate header.
Getting things closer to how they are organized in the Steam main branch
so I can stop having these files diverge so much.

Also tweaked defines.
2020-02-04 16:28:53 -08:00
Fletcher Dunn 0da061c2ca Add some basic PKI tests.
Unfortunately, these don't actually compile right now under either meson
or CMake.  (We have our own bespoke project generator in Steam, which was
how these tests were created.)  I need some help getting the protobuf
and crypto dependency logic refactored and sharable, if we want to get
those compiling in this project.  But I figured I'd go ahead and checkin
the source.
2019-04-16 10:20:31 -07:00