91 lines
1.6 KiB
Markdown
91 lines
1.6 KiB
Markdown
# module crypto.cipher
|
|
|
|
|
|
## Contents
|
|
- [new_cbc](#new_cbc)
|
|
- [new_cfb_decrypter](#new_cfb_decrypter)
|
|
- [new_cfb_encrypter](#new_cfb_encrypter)
|
|
- [new_ctr](#new_ctr)
|
|
- [new_ofb](#new_ofb)
|
|
- [safe_xor_bytes](#safe_xor_bytes)
|
|
- [xor_bytes](#xor_bytes)
|
|
- [xor_words](#xor_words)
|
|
- [Block](#Block)
|
|
- [BlockMode](#BlockMode)
|
|
- [Stream](#Stream)
|
|
- [Cbc](#Cbc)
|
|
- [free](#free)
|
|
- [encrypt_blocks](#encrypt_blocks)
|
|
- [decrypt_blocks](#decrypt_blocks)
|
|
- [Cfb](#Cfb)
|
|
- [free](#free)
|
|
- [xor_key_stream](#xor_key_stream)
|
|
- [Ctr](#Ctr)
|
|
- [free](#free)
|
|
- [xor_key_stream](#xor_key_stream)
|
|
- [Ofb](#Ofb)
|
|
- [xor_key_stream](#xor_key_stream)
|
|
|
|
## new_cbc
|
|
[[Return to contents]](#Contents)
|
|
|
|
## new_cfb_decrypter
|
|
[[Return to contents]](#Contents)
|
|
|
|
## new_cfb_encrypter
|
|
[[Return to contents]](#Contents)
|
|
|
|
## new_ctr
|
|
[[Return to contents]](#Contents)
|
|
|
|
## new_ofb
|
|
[[Return to contents]](#Contents)
|
|
|
|
## safe_xor_bytes
|
|
[[Return to contents]](#Contents)
|
|
|
|
## xor_bytes
|
|
[[Return to contents]](#Contents)
|
|
|
|
## xor_words
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Block
|
|
[[Return to contents]](#Contents)
|
|
|
|
## BlockMode
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Stream
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Cbc
|
|
## free
|
|
[[Return to contents]](#Contents)
|
|
|
|
## encrypt_blocks
|
|
[[Return to contents]](#Contents)
|
|
|
|
## decrypt_blocks
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Cfb
|
|
## free
|
|
[[Return to contents]](#Contents)
|
|
|
|
## xor_key_stream
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Ctr
|
|
## free
|
|
[[Return to contents]](#Contents)
|
|
|
|
## xor_key_stream
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Ofb
|
|
## xor_key_stream
|
|
[[Return to contents]](#Contents)
|
|
|
|
#### Powered by vdoc. Generated on: 7 Feb 2025 12:06:55
|