Обновить Документация
parent
558b7c5610
commit
ee59064812
@ -72,7 +72,7 @@ vipre-cryptor ИМЯ_ФАЙЛА_С_КЛЮЧОМ.sig --user-data ИМЯ_ПОЛЬ
|
||||
## API
|
||||
У библиотеки есть **API**:
|
||||
```c
|
||||
/* Пример */
|
||||
/* Пример API */
|
||||
#include "vipre-manager.h"
|
||||
|
||||
int main(void) {
|
||||
@ -81,5 +81,6 @@ int main(void) {
|
||||
__create_user("api_example_key.sig", "api_example_user.bin", "example.txt");
|
||||
__read_user("api_example_key.sig", "api_example_user.bin", "example_out.txt");
|
||||
__api_detach();
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user