toil.lib.encryption._dummy

Module Contents

Functions

encrypt(message, keyPath)

decrypt(ciphertext, keyPath)

Attributes

overhead

toil.lib.encryption._dummy.overhead = 0
toil.lib.encryption._dummy.encrypt(message, keyPath)[source]
Parameters
Return type

bytes

toil.lib.encryption._dummy.decrypt(ciphertext, keyPath)[source]
Parameters
  • ciphertext (bytes) –

  • keyPath (str) –

Return type

bytes