Deployed 94582e5 with MkDocs version: 1.6.1

This commit is contained in:
Václav Šmejkal 2025-01-25 22:37:17 +01:00
parent d2406811f7
commit fc9b17f0ba
43 changed files with 211 additions and 85 deletions
functions/core
crypto
why2_random
why2_seed_random
why2_seeded_random
why2_sum_segment
decrypter/why2_decrypt_text
encrypter/why2_encrypt_text
flags
getters
why2_get_default_flags
why2_get_default_memory_identifier
why2_get_encryption_operation
why2_get_encryption_separator
why2_get_flags
why2_get_flags_changed
why2_get_key_length
why2_get_memory_identifier
why2_get_padding_changed
why2_no_output
setters
why2_reset_memory_identifier
why2_set_encryption_operation
why2_set_encryption_separator
why2_set_flags
why2_set_key_length
why2_set_memory_identifier
why2_set_padding
llist
why2_list_find
why2_list_get_size
why2_list_push
why2_list_push_at
why2_list_remove
why2_list_remove_at
why2_list_remove_back
why2_list_reverse
memory
why2_allocated
why2_calloc
why2_clean_memory
why2_deallocate
why2_fdopen
why2_fopen
why2_malloc
why2_opendir
why2_realloc
why2_recalloc
why2_strdup
search

@ -16,7 +16,7 @@
<title>Why2 random - WHY2 Documentation</title>
<title>why2_random function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 random
why2_random function
</span>
</div>
@ -388,6 +388,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 seed random - WHY2 Documentation</title>
<title>why2_seed_random function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 seed random
why2_seed_random function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 seeded random - WHY2 Documentation</title>
<title>why2_seeded_random function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 seeded random
why2_seeded_random function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 sum segment - WHY2 Documentation</title>
<title>why2_sum_segment function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 sum segment
why2_sum_segment function
</span>
</div>
@ -385,6 +385,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 decrypt text - WHY2 Documentation</title>
<title>why2_decrypt_text function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 decrypt text
why2_decrypt_text function
</span>
</div>
@ -388,6 +388,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 encrypt text - WHY2 Documentation</title>
<title>why2_encrypt_text function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 encrypt text
why2_encrypt_text function
</span>
</div>
@ -388,6 +388,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get default flags - WHY2 Documentation</title>
<title>why2_get_default_flags function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get default flags
why2_get_default_flags function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get default memory identifier - WHY2 Documentation</title>
<title>why2_get_default_memory_identifier function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get default memory identifier
why2_get_default_memory_identifier function
</span>
</div>
@ -371,6 +371,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get encryption operation - WHY2 Documentation</title>
<title>why2_get_encryption_operation function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get encryption operation
why2_get_encryption_operation function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get encryption separator - WHY2 Documentation</title>
<title>why2_get_encryption_separator function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get encryption separator
why2_get_encryption_separator function
</span>
</div>
@ -374,6 +374,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get flags - WHY2 Documentation</title>
<title>why2_get_flags function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get flags
why2_get_flags function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get flags changed - WHY2 Documentation</title>
<title>why2_get_flags_changed function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get flags changed
why2_get_flags_changed function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get key length - WHY2 Documentation</title>
<title>why2_get_key_length function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get key length
why2_get_key_length function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get memory identifier - WHY2 Documentation</title>
<title>why2_get_memory_identifier function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get memory identifier
why2_get_memory_identifier function
</span>
</div>
@ -371,6 +371,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 get padding changed - WHY2 Documentation</title>
<title>why2_get_padding_changed function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 get padding changed
why2_get_padding_changed function
</span>
</div>
@ -370,6 +370,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 no output - WHY2 Documentation</title>
<title>why2_no_output function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 no output
why2_no_output function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 reset memory identifier - WHY2 Documentation</title>
<title>why2_reset_memory_identifier function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 reset memory identifier
why2_reset_memory_identifier function
</span>
</div>
@ -371,6 +371,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set encryption operation - WHY2 Documentation</title>
<title>why2_set_encryption_operation function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set encryption operation
why2_set_encryption_operation function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set encryption separator - WHY2 Documentation</title>
<title>why2_set_encryption_separator function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set encryption separator
why2_set_encryption_separator function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set flags - WHY2 Documentation</title>
<title>why2_set_flags function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set flags
why2_set_flags function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set key length - WHY2 Documentation</title>
<title>why2_set_key_length function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set key length
why2_set_key_length function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set memory identifier - WHY2 Documentation</title>
<title>why2_set_memory_identifier function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set memory identifier
why2_set_memory_identifier function
</span>
</div>
@ -384,6 +384,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 set padding - WHY2 Documentation</title>
<title>why2_set_padding function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 set padding
why2_set_padding function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list find - WHY2 Documentation</title>
<title>why2_list_find function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list find
why2_list_find function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list get size - WHY2 Documentation</title>
<title>why2_list_get_size function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list get size
why2_list_get_size function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list push - WHY2 Documentation</title>
<title>why2_list_push function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list push
why2_list_push function
</span>
</div>
@ -391,6 +391,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list push at - WHY2 Documentation</title>
<title>why2_list_push_at function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list push at
why2_list_push_at function
</span>
</div>
@ -396,6 +396,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list remove - WHY2 Documentation</title>
<title>why2_list_remove function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list remove
why2_list_remove function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list remove at - WHY2 Documentation</title>
<title>why2_list_remove_at function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list remove at
why2_list_remove_at function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list remove back - WHY2 Documentation</title>
<title>why2_list_remove_back function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list remove back
why2_list_remove_back function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 list reverse - WHY2 Documentation</title>
<title>why2_list_reverse function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 list reverse
why2_list_reverse function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 allocated - WHY2 Documentation</title>
<title>why2_allocated function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 allocated
why2_allocated function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 calloc - WHY2 Documentation</title>
<title>why2_calloc function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 calloc
why2_calloc function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 clean memory - WHY2 Documentation</title>
<title>why2_clean_memory function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 clean memory
why2_clean_memory function
</span>
</div>
@ -384,6 +384,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 deallocate - WHY2 Documentation</title>
<title>why2_deallocate function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 deallocate
why2_deallocate function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 fdopen - WHY2 Documentation</title>
<title>why2_fdopen function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 fdopen
why2_fdopen function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 fopen - WHY2 Documentation</title>
<title>why2_fopen function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 fopen
why2_fopen function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 malloc - WHY2 Documentation</title>
<title>why2_malloc function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 malloc
why2_malloc function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 opendir - WHY2 Documentation</title>
<title>why2_opendir function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 opendir
why2_opendir function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 realloc - WHY2 Documentation</title>
<title>why2_realloc function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 realloc
why2_realloc function
</span>
</div>
@ -387,6 +387,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 recalloc - WHY2 Documentation</title>
<title>why2_recalloc function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 recalloc
why2_recalloc function
</span>
</div>
@ -391,6 +391,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

@ -16,7 +16,7 @@
<title>Why2 strdup - WHY2 Documentation</title>
<title>why2_strdup function - WHY2 Documentation</title>
@ -100,7 +100,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Why2 strdup
why2_strdup function
</span>
</div>
@ -383,6 +383,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

File diff suppressed because one or more lines are too long