Port crypt package

This commit is contained in:
2026-01-21 19:05:46 -05:00
parent a72be0393c
commit d24202f63b
7 changed files with 144 additions and 34 deletions
+2 -7
View File
@@ -1,12 +1,7 @@
package main
/*
#include <stdlib.h>
typedef struct {
char* data;
int len;
} PascalString;
*/
// #include <stdlib.h>
// #include "types.h"
import "C"
import (
"github.com/rwinkhart/libmutton/global"