Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Official React Native SDK for the [ValidPay](https://validpay.com) document
verification API. AES-256-GCM client-side encryption, eight patented
verification API. AES-256-GCM client-side encryption, ten patented
protections, and zero runtime dependencies.

The wire format is byte-compatible with the [Python SDK][python-sdk] and the
Expand Down Expand Up @@ -87,7 +87,7 @@ console.log(verified.integrityVerified); // true

## Features

Eight patented protections, all live in this SDK:
Ten patented protections, all live in this SDK:

| Patent | Feature | Method |
| ------ | ----------------------------- | --------------------------------------------------- |
Expand Down
Loading