Commit Graph

4 Commits

Author SHA1 Message Date
291cbaabd4 BREAKING: changes to CLI interface, moved to cobra CLI
To better support configuration and user friendliness, migrated to cobra based CLI.  The source tree structure has also changed to single go module, the server has been renamed hypd and client has been named hyp.  The original structure came into being organically, but now that the vision is more complete it's best to make these adjustments now.
2024-04-10 21:42:38 -06:00
b95f764fc9 breaking: increase keysize
This change increases the pre-shared key size, and requires regenerating any existing keys.
2024-04-07 21:15:34 -06:00
7ccdf4d89f order fixes for clarity and comments 2024-04-06 21:52:02 -06:00
d63490cdb0 add otphyp package
provides a loose implementation of TOTP for hyp to interface with
2024-04-06 19:10:02 -06:00