From ba733d05d68489d3ddf8b6a689b65245741b5b38 Mon Sep 17 00:00:00 2001 From: Newton Toto <53893043+sokorototo@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:46:46 +0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 373a2822..7195c5a8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Docs | Repo

-## 👔 The official `vach` crates' repo - `vach`, pronounced like "puck" but with a "v", is an archiving and resource transmission format. It was built to be secure, contained and protected. It was, in fact, designed by the [SCP](https://en.wikipedia.org/wiki/SCP_Foundation) to keep your anomalous assets compact and secure during transmission. `vach` also has in-built support for multiple compression schemes (LZ4, Snappy and Brolti), [data signing](https://github.com/dalek-cryptography/ed25519-dalek), leaf [bitflags](https://docs.rs/vach/latest/vach/archive/struct.Flags.html), [encryption](https://docs.rs/aes-gcm/latest/aes_gcm/) and some degree of archive customization. Check out the `vach` spec at **[spec.txt](https://github.com/zeskeertwee/vach/blob/main/spec/main.txt)**. Any and *all* help will be much appreciated, especially proof reading the docs and code review. ---