Pārlūkot izejas kodu

Renamed sigbytes to siglen (consistent with mlen)

tags/v0.0.1
Peter Schwabe pirms 5 gadiem
vecāks
revīzija
5a22a4faec
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      README.md

+ 2
- 2
README.md Parādīt failu

@@ -88,8 +88,8 @@ in most software stacks of computing and verifying signatures instead of produci
recovering signed messages. Specifically, those functions have the following name and signature:

```
int crypto_sign_signature(uint8_t *sig, size_t *sigbytes, const uint8_t *m, size_t mlen, const uint8_t *sk);
int crypto_sign_verify(const uint8_t *sig, size_t sigbytes, const uint8_t *m, size_t mlen, const uint8_t *pk);
int crypto_sign_signature(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, const uint8_t *sk);
int crypto_sign_verify(const uint8_t *sig, size_t siglen, const uint8_t *m, size_t mlen, const uint8_t *pk);
```

## License


Notiek ielāde…
Atcelt
Saglabāt