lwvmobile
bb94f37ae8
Merge branch 'crypto' into 'auth' (WIP); TODO: Manually Copy Crypto Code in Auto coder-sym.c file;
2024-06-22 10:08:50 -04:00
Wojciech Kaczmarski
073857e22c
slight code cleanups
...
-fixed key parsing from hex string
2024-06-20 13:51:26 +02:00
lwvmobile
e54d68a6e5
Update to use tinier-aes .h file found on that dev branch;
2024-06-19 12:07:31 -04:00
Wojciech Kaczmarski
0cb5c6e8b5
WIP auth with ECDSA part 2
...
-priv_key is hardcoded for debugging
2024-06-19 17:29:49 +02:00
Wojciech Kaczmarski
a94bf85863
WIP auth with ECDSA
2024-06-19 17:00:40 +02:00
lwvmobile
a0673a8082
Delete m17-coder-sym-debug (integrated into m17-coder-sym);
...
.gitignore .txt files, remove m17-coder-sym-debug;
2024-06-19 10:19:09 -04:00
lwvmobile
6deee453e8
Add Debug m17-coder-sym for debugging AES Encryption to Float Output to be decrypted by M17-FME (Working!);
2024-06-16 20:23:07 -04:00
lwvmobile
20c759d885
Update Submodule to tinier-aes and changes to coder to use its wrapper function;
2024-06-16 12:16:09 -04:00
Wojciech Kaczmarski
c16c142047
WIP AES encryption
2024-06-12 16:43:15 +02:00
Wojciech Kaczmarski
3ceff08654
migrated to libm17
2024-01-24 12:39:09 +01:00
Wojciech Kaczmarski
e71b3546cb
wrapped up a few more functions
2024-01-08 18:08:30 +01:00
A. Maitland Bottoms
c4287118a9
use the single include file
2024-01-06 23:05:41 -05:00
Wojciech Kaczmarski
72f01c6321
fixed all m17-* demo apps
2023-12-30 10:44:24 +01:00
Wojciech Kaczmarski
a50dbc0aa7
WIP librarify
...
fixed the rest of main .c files
2023-12-29 19:00:27 +01:00
Wojciech Kaczmarski
cc72c63cce
WIP librarify
...
doesn't build yet
2023-12-29 16:14:41 +01:00
Wojciech Kaczmarski
7a43152c88
M17 library
...
compiles fine, but otherwise untested. should be OK
2023-12-28 14:44:23 +01:00
Clayton Smith
84eca87cec
Merge pull request #17 from argilo/remove-unistd
...
Remove usage of unistd.h
2023-11-16 19:57:14 -05:00
Clayton Smith
c0a0bf2b0c
Remove usage of unistd.h
...
By replacing write with fwrite, we can eliminate the dependence on the
POSIX system call API. This change also fixes the last remaining
warnings in m17-coder-sym, so -Wall can be turned on.
2023-11-15 18:38:41 -05:00
Clayton Smith
22f1be8bce
Clean up makefiles
...
* Make "all" the default target in m17-packet
* Allow "make clean" to succeed even if there are no executables
2023-11-15 18:16:21 -05:00
Clayton Smith
7b27c1a239
Add missing dependencies to makefiles
2023-09-19 14:10:55 -04:00
Wojciech Kaczmarski
1029b86066
Various updates
...
Added new consts/#defines
WIP packet encoder
2023-09-07 12:34:39 +02:00
Wojciech Kaczmarski
75b2e6ddaf
Add files via upload
2022-12-27 14:13:10 +01:00
Wojciech Kaczmarski
5c7afd47a9
Update Makefile
2022-12-27 12:12:35 +01:00
Wojciech Kaczmarski
d00f4d544b
Add files via upload
2022-12-19 11:34:46 +01:00
Wojciech Kaczmarski
b3bc53f346
Add files via upload
2022-12-16 18:58:22 +01:00
Wojciech Kaczmarski
2ae8eda4c6
Update Makefile
2022-12-16 14:35:35 +01:00
Wojciech Kaczmarski
4c109f94d6
Add files via upload
2022-12-16 14:13:54 +01:00