init module

This commit is contained in:
Risotto Bias 2024-12-29 03:42:28 -07:00
parent e9fd748288
commit f388fcf9ee
9 changed files with 11 additions and 0 deletions

1
decrypt.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
encrypt.go Normal file
View file

@ -0,0 +1 @@
package bloat

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.bivouac.wiki/go/bloat
go 1.22.5

1
marshal.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
read.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
sign.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
unmarshal.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
verify.go Normal file
View file

@ -0,0 +1 @@
package bloat

1
write.go Normal file
View file

@ -0,0 +1 @@
package bloat