blob: 24ce45205852db11ae5c63b9f637a0a6f212079a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
```
The Katzenpost standby proof of concept is maintained separately in the
top-level `katzenpost/` module.
|