summaryrefslogtreecommitdiffstats
path: root/yamn/README.md
blob: 27ad7702a01de9ce0ed06c064e41448b16c2a976 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# YAMN encoder

This module contains the active YAMN v2 encoder used by Yamnweb. It creates
the encrypted YAMN envelope locally and does not perform network transport.

Build and test it from this directory:

```bash
GOCACHE=/tmp/yamnweb-go-build go test ./...
go build -o /usr/local/bin/yamn-encode ./cmd/yamn-encode
```