From 92a67312bd8f4d4461637c5cf7744ce24b7250c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Wed, 6 Sep 2023 21:21:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c986e3b..3f29f38 100644 --- a/README.md +++ b/README.md @@ -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 :