mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-21 22:30:18 +00:00
Added .clang-format, formatted codebase
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lerror.h"
|
||||
#include "lsodium.h"
|
||||
|
||||
int main(int argv, char **argc) {
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(int argv, char **argc)
|
||||
{
|
||||
unsigned char priv[crypto_kx_SECRETKEYBYTES], pub[crypto_kx_PUBLICKEYBYTES];
|
||||
char buf[256];
|
||||
|
||||
|
Reference in New Issue
Block a user