Skip to content

Commit

Permalink
Update README topics
Browse files Browse the repository at this point in the history
They didn't mention example
  • Loading branch information
mcraiha committed Nov 29, 2023
1 parent cefebb0 commit d41427b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ byte[] decryptedMessage = new byte[message.Length];
func_ret = Ascon128av12.crypto_aead_decrypt(decryptedMessage, out mlen2, null, encryptedMessage, clen, associatedData, associatedData.Length, nonce, key);
```

### Fancy API
### Fancy API example

With Ascon-128 you can do the following, test it out in [.NET Fiddle](https://dotnetfiddle.net/AAkKSV)

Expand Down
2 changes: 1 addition & 1 deletion nuget-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ byte[] decryptedMessage = new byte[message.Length];
func_ret = Ascon128av12.crypto_aead_decrypt(decryptedMessage, out mlen2, null, encryptedMessage, clen, associatedData, associatedData.Length, nonce, key);
```

### Fancy API
### Fancy API example

With Ascon-128 you can do the following

Expand Down

0 comments on commit d41427b

Please sign in to comment.