Jump to content

One-time pad: Difference between revisions

→‎Python: I fixed an error that I introduced in a previous edit when I copied a comment from make_pad to write_pad by replacing name (str) with path.
imported>EliteSuperiorIntelligenceSocialStandingWealthPowerfulRichGiftedEducatedUpperClassUpperCrustCrèmedelaCrème
(→‎Python: I changed human readable to human-readable and fixed an error with a comment on the arguments for write_pad.)
imported>EliteSuperiorIntelligenceSocialStandingWealthPowerfulRichGiftedEducatedUpperClassUpperCrustCrèmedelaCrème
(→‎Python: I fixed an error that I introduced in a previous edit when I copied a comment from make_pad to write_pad by replacing name (str) with path.)
Line 1,543:
 
Args:
namepath (strpathlib.Path): UniquePath to write one-time pad identifierto.
pad_size (int): The number of keys (or pages) in the pad.
key_size (int): The number of bytes per key.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.