summaryrefslogtreecommitdiffstats
path: root/Cryptor.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25Remove remote-host and port optionsMalfurious1-2/+2
Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious <m@lfurio.us>
2024-10-25Remove Socket classMalfurious1-2/+1
The remote socket functionality was only stub code, never fully implemented. A network architecture for compass keychains is no longer a design goal, so the dead code is removed. Signed-off-by: Malfurious <m@lfurio.us>
2024-10-24Refactor SHA256 function to use mbedtlsMalfurious1-0/+1
Signed-off-by: Malfurious <m@lfurio.us>
2024-10-24Refactor AES functions to use mbedtlsMalfurious1-7/+8
Signed-off-by: Malfurious <m@lfurio.us>