aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_dh.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-26 20:38:11 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-26 20:38:11 -0500
commiteefd3a8b51c8219f2c8a5d921b8266dee7d82d9b (patch)
treef6387bcecb9a6f85411f90bfe41987fb1a445f76 /tests/hazmat/primitives/test_dh.py
parent3a6631c3db6d1c40912a6152b4c435e9fb99f422 (diff)
downloadcryptography-eefd3a8b51c8219f2c8a5d921b8266dee7d82d9b.tar.gz
cryptography-eefd3a8b51c8219f2c8a5d921b8266dee7d82d9b.tar.bz2
cryptography-eefd3a8b51c8219f2c8a5d921b8266dee7d82d9b.zip
Simplify code slightly by adding a new binding
Diffstat (limited to 'tests/hazmat/primitives/test_dh.py')
0 files changed, 0 insertions, 0 deletions
nd-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Tests for RAMs
--------------

dpram1r: Read(2d)+Write(1d), using indexes
dpram2r: Read(2d)+Write(1d), using slices.
dpram2w: Read(1d)+Write(2d), using slices.
memmux04: Read(2d)+Write(1d), enable on write, intermediate variable for read.