Fixed minor behavior on the trasnformations and added sha1-mbedtls

This commit is contained in:
Felipe Zimmerle
2016-05-30 16:53:08 -03:00
parent f35d28b8d3
commit 967c8c90f2
17 changed files with 1077 additions and 775 deletions

View File

@@ -35,6 +35,7 @@ class JsDecode : public Transformation {
std::string evaluate(std::string exp,
Transaction *transaction) override;
static int inplace(unsigned char *input, u_int64_t input_len);
};
} // namespace transformations