MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / get_blocksize

Method get_blocksize

src/lib/pyelliptic/cipher.py:46–48  ·  view source on GitHub ↗
(ciphername)

Source from the content-addressed store, hash-verified

44
45 @staticmethod
46 def get_blocksize(ciphername):
47 cipher = OpenSSL.get_cipher(ciphername)
48 return cipher.get_blocksize()
49
50 @staticmethod
51 def gen_IV(ciphername):

Callers 6

gen_IVMethod · 0.45
updateMethod · 0.45
finalMethod · 0.45
raw_encryptMethod · 0.45
decryptMethod · 0.45
eciesEncryptFunction · 0.45

Calls 1

get_cipherMethod · 0.80

Tested by

no test coverage detected