Team:Davidson-Missouri Western/Tables of Outputs
From 2008.igem.org
(Difference between revisions)
Krmuscalino (Talk | contribs) |
Krmuscalino (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | '''Table Generators''' | |
- | + | ||
[[Media:Testhash.m|Testhash]] | [[Media:Testhash.m|Testhash]] | ||
Line 14: | Line 13: | ||
%indicated message length | %indicated message length | ||
function test = Testhash128(X,Y,L) %L=length of message, X,Y ascii | function test = Testhash128(X,Y,L) %L=length of message, X,Y ascii | ||
+ | |||
+ | [[Media:Onekey.m|Onekey]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | '''The Models''' | ||
[[Media:Splitmodel.m|Splitmodel]] | [[Media:Splitmodel.m|Splitmodel]] |
Revision as of 20:52, 29 October 2008
Table Generators Testhash
for split and spoke model, makes table of what both models get as hash %value for each message combination and key of indicated alphabet and %message length function test = Testhash(X,Y,L) %L=length of message, X is smallest ascii character in alphabet,Y is largest ascii character in alphabet
%for split and spoke model, makes table of what both models get as hash %value for each message combination and key of full ascii alphabet and %indicated message length function test = Testhash128(X,Y,L) %L=length of message, X,Y ascii
The Models