diff options
Diffstat (limited to 'plugins/crypto-vala/src/random.vala')
-rw-r--r-- | plugins/crypto-vala/src/random.vala | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/crypto-vala/src/random.vala b/plugins/crypto-vala/src/random.vala deleted file mode 100644 index 3f5d3ba9..00000000 --- a/plugins/crypto-vala/src/random.vala +++ /dev/null @@ -1,5 +0,0 @@ -namespace Crypto { -public static void randomize(uint8[] buffer) { - GCrypt.Random.randomize(buffer); -} -}
\ No newline at end of file |