瀏覽代碼

added note

master
root 5 年之前
父節點
當前提交
ce36a6bbbe
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      README.md

+ 3
- 2
README.md 查看文件

@@ -22,9 +22,10 @@ libchat6 is a complete library that handles an IPv6 only, peer-to-peer, end-to-e
* ... ?

## notes
* replace RSA by Ed25519
* use TAI64 for timestamps

## NEW PROTOCOL TO BE DOCUMENTED!!!

## Protocol

```
@@ -37,7 +38,7 @@ The timestamp is a unixtimestamp represented as a 64 bits signed integer.

### PROOF

The PROOF token proves the origin and signs the message. It is composed of the hash of the client concatenated with a SHA256 of the message without the PROOF and with a metric value of 0.
The PROOF token proves the origin and signs the message. It is composed of the hash of the client concatenated with a hash of the message without the PROOF and with a metric value of 0 (if present).

### Key=value pairs


Loading…
取消
儲存