Commit graph

6 commits

Author SHA1 Message Date
6dff9bbdb8
feat: basic error handling
Currently, this implements a simple runtime error which is raised when
either the private or public key generation fail. In the future, it
would make sense to include some runtime argument validation, and a more
parseable error.
2024-03-28 16:12:44 +05:30
46b7949422
chore(tests): include test runner powered by lune 2024-03-27 18:13:03 +05:30
e50a64797a
chore(tests): include tests 2024-03-27 17:49:16 +05:30
ad8321955d
feat: add ability to supply private key 2024-03-27 17:12:39 +05:30
0e398939ce
refactor: address lint and formatting issues 2024-03-27 17:09:50 +05:30
997ba997fe
init: the basics 2024-03-27 16:38:52 +05:30