Skip to content

Commit 2b2b171

Browse files
[Feature] Hash functions on provable.tools (#1094)
* Add hashing to provable.tools * Add StringToFields gadget to provable.tools * Add re-add amplitude * Fix Try now Link * Add constructor to hello_hello.aleo for deployments + handle programs not being found on execute --------- Signed-off-by: Mike Turner <[email protected]>
1 parent bf8acbd commit 2b2b171

File tree

6 files changed

+569
-6
lines changed

6 files changed

+569
-6
lines changed

website/src/pages/Homepage.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ const Homepage = () => {
2020
</p>{" "}
2121
<div className="buttonRow">
2222
<Link
23-
target="_blank"
24-
rel="noopener noreferrer"
2523
to="/account"
2624
>
2725
<button className="button">

website/src/routing.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { GetMappingNames } from "./tabs/rest/GetMappingNames.jsx";
2424
import { GetMappingValue } from "./tabs/rest/GetMappingValue.jsx";
2525
import { FieldArithmetic } from "./tabs/algebra/FieldArithmetic.jsx";
2626
import { GroupArithmetic } from "./tabs/algebra/GroupArithmetic.jsx";
27+
import { HashFunctions } from "./tabs/algebra/HashFunctions.jsx";
2728
import Homepage from "./pages/Homepage";
2829
import TermsOfUse from "./pages/TermsOfUse";
2930
import PrivacyPolicy from "./pages/PrivacyPolicy"
@@ -124,6 +125,8 @@ export const router = createBrowserRouter([
124125
<FieldArithmetic />
125126
<br />
126127
<GroupArithmetic />
128+
<br />
129+
<HashFunctions />
127130
</>
128131
),
129132
},

0 commit comments

Comments
 (0)