Team:Davidson-Missouri Western/Tables of Outputs

From 2008.igem.org

(Difference between revisions)
Line 22: Line 22:
[[Media:Splitmodel.m|Splitmodel]]
[[Media:Splitmodel.m|Splitmodel]]
 +
 +
split model assuming only one character output, 128 characters in the
 +
%alphabet, with the alphabet starting with ascii character of decimal
 +
%rep 0
[[Media:Spokemodel.m|Spokemodel]]
[[Media:Spokemodel.m|Spokemodel]]
[[Media:Spoketest.m|Spoketest]]
[[Media:Spoketest.m|Spoketest]]

Revision as of 21:00, 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

Testhash128

%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

Onekey


The Models

Splitmodel

split model assuming only one character output, 128 characters in the %alphabet, with the alphabet starting with ascii character of decimal %rep 0

Spokemodel

Spoketest