Skip to content

Commit

Permalink
updated AA view inputs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meyanis95 authored Feb 13, 2024
1 parent e1f3f1f commit 3a8f1c1
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
158 changes: 79 additions & 79 deletions mopro-ios/MoproKit/Example/MoproKit/AnonAadhaarViewControllerNew.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,73 +110,73 @@ class AnonAadhaarViewControllerNew: UIViewController {
do {
// Prepare inputs
let signature: [String] = [
"5596167187567483701",
"513526593043503854",
"5995057959432202096",
"1414356998237523077",
"794532761169275762",
"12842136201127994443",
"5101117095350758448",
"16556777346836481145",
"18211960573839212806",
"16672377737173512047",
"16109829926827718981",
"11586897668883521858",
"4527295425835347791",
"687657662970777542",
"18045194105095781668",
"7929275281935533164",
"3587474151890935746",
"4463268762373527539",
"17817110123877050272",
"10197700339358065465",
"7612565606738897302",
"6062048852047873843",
"7221324442813457344",
"6290366855656230152",
"17614008595782982477",
"2399360180674557919",
"17450286499289560502",
"14011941860173163341",
"10894020759410548782",
"683115458800528971",
"2833253476634668378",
"14356387821014970882"
"13008337513051870450",
"9905542899028412023",
"5631623452895615859",
"12118829029075485639",
"4560317902155712476",
"224339760812014192",
"2102072732029135982",
"7028349432441367155",
"5489348415017651928",
"6089498268942335159",
"1121160018524945081",
"1065813252597589028",
"6739969199381743087",
"3224368865371204522",
"2444326850710440402",
"18360977696671304744",
"16479953650534287",
"17845466348679932271",
"17860893919930735758",
"12149399583125861013",
"5198640682130561352",
"4733782091291215772",
"277084720233323155",
"8134564421593837361",
"11088587796429273275",
"11161104873248486374",
"44554262701913021",
"9208910533599783481",
"17353360024383915028",
"15288901229435506249",
"18161924235216980365",
"12170837308343147823"
]

let pub_key: [String] = [
"2748755575296325817",
"6712742551966290655",
"1051781274257245427",
"7357783180875083004",
"11691884572642410379",
"14119541389779101138",
"7071777904659873189",
"3490500580467477062",
"10203519659926086796",
"17424774563955553547",
"10962377561100360925",
"17495876413667507686",
"3409080059059025061",
"367931309169507905",
"600837705334544621",
"8360352160901569122",
"16107859593309123578",
"4634329625682529006",
"11782424542258817668",
"10807652054986256584",
"16889965058411472092",
"16264323732917164057",
"11781020154256625241",
"10680159399383164680",
"11364346908512487831",
"16710115688254016040",
"9906054055642523234",
"2112189943628966574",
"5137114214114937361",
"13546323623067247872",
"2248742705118268159",
"14806506225332883466"
"10613842549370291883",
"6803468782673514038",
"2246413582797111460",
"13284655164104899770",
"14331532843656103949",
"7895457703203457713",
"18338879021181966471",
"4768455170539626003",
"18230599840622872218",
"2581818312165290870",
"4352664602243007091",
"16837049435918783864",
"17491888081857165647",
"14616426458838457805",
"3845787094902218972",
"3254466829444833354",
"1360574794592149555",
"7738217190818246093",
"13094515641112400147",
"5318577685176062097",
"921193913371095491",
"9263501325477176733",
"15477901207488567718",
"18240444060897499237",
"11262352292921847117",
"17173644745171894978",
"2857273453054054591",
"1704413057084772791",
"496883758278173828",
"8836228445020560263",
"10636291539203108380",
"14024316360068146017"
]

let aadhaar_data: [String] = [
Expand All @@ -186,11 +186,20 @@ class AnonAadhaarViewControllerNew: UIViewController {
"108",
"111",
"45",
"119",
"111",
"114",
"108",
"100",
"50",
"48",
"50",
"52",
"48",
"49",
"49",
"54",
"49",
"52",
"48",
"52",
"49",
"50",
"128",
"0",
"0",
Expand Down Expand Up @@ -234,16 +243,7 @@ class AnonAadhaarViewControllerNew: UIViewController {
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"88",
"160",
"0",
"0",
"0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ else
echo "uniffi-bindgen version is $UNIFFI_VERSION, which is acceptable."
fi

print_action "Done! Please run ./scripts/buld_ios.sh to build for iOS."
print_action "Done! Please run './scripts/build_ios.sh config-example.toml' to build for iOS."

0 comments on commit 3a8f1c1

Please sign in to comment.