From 3e0f68fdff1998dae9cb6f8510a3e945a268d1f6 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Tue, 20 Mar 2018 08:07:22 +1100 Subject: [PATCH] example: python bindings encryption * Since we don't want to encourage accessing the low level functions (e.g. op_encrypt), but since this example can still be useful to understand, renaming it and will add new encryption examples to match the instructions in the HOWTO. --- .../examples/{encrypt-to-all.py => low_level-encrypt_to_all.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lang/python/examples/{encrypt-to-all.py => low_level-encrypt_to_all.py} (100%) diff --git a/lang/python/examples/encrypt-to-all.py b/lang/python/examples/low_level-encrypt_to_all.py similarity index 100% rename from lang/python/examples/encrypt-to-all.py rename to lang/python/examples/low_level-encrypt_to_all.py