diff options
Diffstat (limited to 'lang/python/docs/dita/howto/part04/basic-functions.dita')
-rw-r--r-- | lang/python/docs/dita/howto/part04/basic-functions.dita | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python/docs/dita/howto/part04/basic-functions.dita b/lang/python/docs/dita/howto/part04/basic-functions.dita new file mode 100644 index 00000000..a0c64b56 --- /dev/null +++ b/lang/python/docs/dita/howto/part04/basic-functions.dita @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> +<dita> + <topic id="topic_w5f_zpy_5db"> + <title>Basic Functions</title> + <body> + <p>The most frequently called features of any cryptographic library will be the most + fundamental tasks for encryption software. In this section we will look at how to + programmatically encrypt data, decrypt it, sign it and verify signatures.</p> + </body> + </topic> +</dita> |