Update README.md

This commit is contained in:
Grégory Soutadé 2023-09-06 21:21:43 +02:00
parent 29d298b373
commit 92a67312bd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Architecture
------------
Like RMSDK, libgourou has a client/server scheme. All platform specific functions (crypto, network...) has to be implemented in a client class (that derives from DRMProcessorClient) while server implements ADEPT protocol.
A reference implementation using Qt, OpenSSL and libzip is provided (in _utils_ directory).
A reference implementation using cURL, OpenSSL and libzip is provided (in _utils_ directory).
Main fucntions to use from gourou::DRMProcessor are :