Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SphaeraFintech committed Apr 21, 2020
1 parent 504a7d2 commit 9a868b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The official Apostille SDK, available for browsers, mobile applications, and NodeJS, to work
with Symbol blockchain (NEM2 / Catapult)

:warning: **This program is currently in development. Do not use in production.**
:warning: **This library is currently in development. Do not use in production.**

## Requirements

Expand Down Expand Up @@ -175,7 +175,7 @@ The hash structure remains the same as version 1:
Same as in version 1, a dedicated account is generated from the signed SHA256 of the file name; it is deterministic and unique for each file.

```typescript
sign(SHA256(filename));
sign(SHA256(filename)).substring(0, 64);
```

The dedicated account stores the file historical hashes in it's transactions and, in it's metadata, the file name, current file hash, tags, description and url.
Expand Down Expand Up @@ -566,4 +566,4 @@ const result = ApostilleVerification.verifyHash(publicKey, data, hash, network);
## 4 - License

Copyright (c) 2020 SPHAERA FINTECH SASU
Licensed under the [Apache License 2.0](LICENSE)
Licensed under the [Apache License 2.0](LICENSE)

0 comments on commit 9a868b2

Please sign in to comment.