Added magic entropy signatures

This commit is contained in:
n1073645 2019-12-16 11:40:50 +00:00
parent e5fc87c1eb
commit 1531555b0b
15 changed files with 92 additions and 20 deletions

View file

@ -0,0 +1,9 @@
export const compressedToDecompressed = {
input: [6.5, 8],
output: [3.5, 6]
};
export const binary = {
input: [1, 1.5],
output: [3.5, 6]
};