Team:Davidson-Missouri Western/Tables of Outputs
From 2008.igem.org
(Difference between revisions)
Krmuscalino (Talk | contribs) |
Krmuscalino (Talk | contribs) |
||
Line 2: | Line 2: | ||
[[Media:Testhash.m|Testhash]] | [[Media:Testhash.m|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 | ||
[[Media:Testhash128.m|Testhash128]] | [[Media:Testhash128.m|Testhash128]] |
Revision as of 20:50, 29 October 2008
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