{"group":{"id":1,"name":"Community","lockable":false,"created_at":"2012-01-18T18:02:15.000Z","updated_at":"2025-12-14T01:33:56.000Z","description":"Problems submitted by members of the MATLAB Central community.","is_default":true,"created_by":161519,"badge_id":null,"featured":false,"trending":false,"solution_count_in_trending_period":0,"trending_last_calculated":"2025-12-14T00:00:00.000Z","image_id":null,"published":true,"community_created":false,"status_id":2,"is_default_group_for_player":false,"deleted_by":null,"deleted_at":null,"restored_by":null,"restored_at":null,"description_opc":null,"description_html":null,"published_at":null},"problems":[{"id":45320,"title":"SHA256 Hashing","description":"Conduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\r\n\r\nExample:\r\nhash = SHA256('aa')\r\n\r\nhash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'","description_html":"\u003cp\u003eConduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\u003c/p\u003e\u003cp\u003eExample:\r\nhash = SHA256('aa')\u003c/p\u003e\u003cp\u003ehash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'\u003c/p\u003e","function_template":"function hash = SHA256(x)\r\n  hash = x;\r\nend","test_suite":"%%\r\nx = 'aa';\r\ny_correct = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'aabbccddeeff';\r\ny_correct = '17226b1f68aebacdef0746450f642874638b295707ef73fb2c6bb7f88e89929f';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'aa0123456789bb0123456789cc0123456789dd0123456789dd0123456789ee0123456789ff0123456789';\r\ny_correct = '28b51d5465661e7565dbaad0f57b972694ff96722ad6b1272cb62f867cd3d850';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '010203040506070809a1a2a3a4a5a6a7a8a9aaabacadaeaf';\r\ny_correct = '05f6ae62f9e66bf381b8633f310203564ab5755a8ffeb5295df63d712b5b99b3';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '010203040506070809b0b1b2b3b4b5b6b7b8b9babbbcbdbebf';\r\ny_correct = '58c146ab1f285afdad8a88d1431138c7c585a8681cd05f3e7463e8c5cab1d85b';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3df36325c49b52091e2f0dce4ef073909d93e7ec4a173410cc1499c73dbcc30d05fccbd049451fc23b2aff7692ac8a19ca25';\r\ny_correct = '65dc21caa32f64cc5761e7a33a4ce8444e5e92c581b109f40ab1c19137d6017a';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'b3569682a918fcc931450689e344c0c3ffb7ba93c4e618d38147aa0ecfd86e00585054b3ed07e34e9e07b6b7b288cbbba02f72a627a1365258db4295a5c97aae5ce479f4c640c0fdf116a20ac626898f45ba4b49446de8efda170b13443dce1657e28d29';\r\ny_correct = '515a258c12639a853a4b26787b57bb7a28e7c713d54c32e1ee69f475ee264315';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3044ba9ded85376d8e56b86fb88e70d2afc5b71611d2cb22650544245ff343cdba78905e21ed126dc3e202ac51d48688176ed10d210c217a3ae40e3b26779e846c81b5264903742058db07007c0a2136d9c82ee83d63bd8860e0986b8ac2055b145e1cdcaba106fe095376730597b84501c1493e65215c00c25c662ec4cc521b1f7ef60f9604da3bef16473a062a40dfe008f23fdc5f';\r\ny_correct = '2290847297dd385e81d854e5ace68c58b26dfd0113a7308b580329ca40533b67';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3c724b57efe352bf7cf9e1c1540578341a631ec8131c966dcbe08225dea603580b7ff83b7ee929a2fac613ac1823bd6a6d5419a912e8301e8aa2ff0278761fea5099579ac78002f0a10fc06995f5908d0638b80e9ac8cbe177ecd8e652ea52166c2798878b5047a2701a2d3c9af0bd9b305856195f062bd21c8efd211e4cb31252eb219db17229f07bbbcdf020b37a014ba86f34bd724fb2cb464c1591021806873950671c89fde44f1f7ee8c889e6847a4fa2540b34915adfdabdd84ced6cbea51e5d1a09e025d0';\r\ny_correct = 'a90514d0965382c793a5cfb5cd69fcdb36dcc68709c0ba8eeb1ac0a1af1cf428';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '1b7f378081dd1d40f56acc462e465935b0378ec3049a00db4e67bd7c74fd8395c1e0d55090e0bb41fde3ea787aa88377bb1397129dea43b8e57d940347564c6359fddbfd8520ae9a8cda95492ca640505f40d1d754afb1134b6372b53f57550039b79b42b7ae6f89fe5abefb544182b556cc58567bc6c46ec5dc96a4d4b04504bc108206ee027e921032e9ed735c8eab0cb05c5e25a62e9cd56e8e51d060e5a9039dfefa5b1ae7bf479531a1e5d94574260ff939af92f1491dd268a41cf9fa449d78e66c4e3fed5421ba1d23a3971492d170edd114789009f02799d9f1bc42f40dffde18f4d3fcf5ad843c8b70ff481dfc9dc25659c64d5435db';\r\ny_correct = '6385659325be088ca568830f97a3495a693ced0541174d15bcf163c12f6ade46';\r\nassert(isequal(SHA256(x),y_correct))\r\n","published":true,"deleted":false,"likes_count":1,"comments_count":1,"created_by":145982,"edited_by":null,"edited_at":null,"deleted_by":null,"deleted_at":null,"solvers_count":6,"test_suite_updated_at":null,"rescore_all_solutions":false,"group_id":1,"created_at":"2020-02-08T23:37:42.000Z","updated_at":"2026-03-02T13:22:56.000Z","published_at":"2020-02-08T23:39:17.000Z","restored_at":null,"restored_by":null,"spam":false,"simulink":false,"admin_reviewed":false,"description_opc":"{\"relationships\":[{\"relationshipType\":\"http://schemas.mathworks.com/matlab/code/2013/relationships/document\",\"relationshipId\":\"rId1\",\"target\":\"/matlab/document.xml\"},{\"relationshipType\":\"http://schemas.mathworks.com/matlab/code/2013/relationships/output\",\"relationshipId\":\"rId2\",\"target\":\"/matlab/output.xml\"}],\"parts\":[{\"partUri\":\"/matlab/document.xml\",\"relationship\":[],\"contentType\":\"application/vnd.mathworks.matlab.code.document+xml\",\"content\":\"\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?\u003e\u003cw:document xmlns:w=\\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\\"\u003e\u003cw:body\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003eConduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003cw:jc w:val=\\\"left\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003eExample: hash = SHA256('aa')\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003cw:jc w:val=\\\"left\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003ehash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003c/w:body\u003e\u003c/w:document\u003e\"},{\"partUri\":\"/matlab/output.xml\",\"contentType\":\"text/xml\",\"content\":\"\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"no\\\" ?\u003e\u003cembeddedOutputs\u003e\u003cmetaData\u003e\u003cevaluationState\u003emanual\u003c/evaluationState\u003e\u003clayoutState\u003ecode\u003c/layoutState\u003e\u003coutputStatus\u003eready\u003c/outputStatus\u003e\u003c/metaData\u003e\u003coutputArray type=\\\"array\\\"/\u003e\u003cregionArray type=\\\"array\\\"/\u003e\u003c/embeddedOutputs\u003e\"}]}"}],"problem_search":{"errors":[],"problems":[{"id":45320,"title":"SHA256 Hashing","description":"Conduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\r\n\r\nExample:\r\nhash = SHA256('aa')\r\n\r\nhash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'","description_html":"\u003cp\u003eConduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\u003c/p\u003e\u003cp\u003eExample:\r\nhash = SHA256('aa')\u003c/p\u003e\u003cp\u003ehash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'\u003c/p\u003e","function_template":"function hash = SHA256(x)\r\n  hash = x;\r\nend","test_suite":"%%\r\nx = 'aa';\r\ny_correct = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'aabbccddeeff';\r\ny_correct = '17226b1f68aebacdef0746450f642874638b295707ef73fb2c6bb7f88e89929f';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'aa0123456789bb0123456789cc0123456789dd0123456789dd0123456789ee0123456789ff0123456789';\r\ny_correct = '28b51d5465661e7565dbaad0f57b972694ff96722ad6b1272cb62f867cd3d850';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '010203040506070809a1a2a3a4a5a6a7a8a9aaabacadaeaf';\r\ny_correct = '05f6ae62f9e66bf381b8633f310203564ab5755a8ffeb5295df63d712b5b99b3';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '010203040506070809b0b1b2b3b4b5b6b7b8b9babbbcbdbebf';\r\ny_correct = '58c146ab1f285afdad8a88d1431138c7c585a8681cd05f3e7463e8c5cab1d85b';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3df36325c49b52091e2f0dce4ef073909d93e7ec4a173410cc1499c73dbcc30d05fccbd049451fc23b2aff7692ac8a19ca25';\r\ny_correct = '65dc21caa32f64cc5761e7a33a4ce8444e5e92c581b109f40ab1c19137d6017a';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = 'b3569682a918fcc931450689e344c0c3ffb7ba93c4e618d38147aa0ecfd86e00585054b3ed07e34e9e07b6b7b288cbbba02f72a627a1365258db4295a5c97aae5ce479f4c640c0fdf116a20ac626898f45ba4b49446de8efda170b13443dce1657e28d29';\r\ny_correct = '515a258c12639a853a4b26787b57bb7a28e7c713d54c32e1ee69f475ee264315';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3044ba9ded85376d8e56b86fb88e70d2afc5b71611d2cb22650544245ff343cdba78905e21ed126dc3e202ac51d48688176ed10d210c217a3ae40e3b26779e846c81b5264903742058db07007c0a2136d9c82ee83d63bd8860e0986b8ac2055b145e1cdcaba106fe095376730597b84501c1493e65215c00c25c662ec4cc521b1f7ef60f9604da3bef16473a062a40dfe008f23fdc5f';\r\ny_correct = '2290847297dd385e81d854e5ace68c58b26dfd0113a7308b580329ca40533b67';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '3c724b57efe352bf7cf9e1c1540578341a631ec8131c966dcbe08225dea603580b7ff83b7ee929a2fac613ac1823bd6a6d5419a912e8301e8aa2ff0278761fea5099579ac78002f0a10fc06995f5908d0638b80e9ac8cbe177ecd8e652ea52166c2798878b5047a2701a2d3c9af0bd9b305856195f062bd21c8efd211e4cb31252eb219db17229f07bbbcdf020b37a014ba86f34bd724fb2cb464c1591021806873950671c89fde44f1f7ee8c889e6847a4fa2540b34915adfdabdd84ced6cbea51e5d1a09e025d0';\r\ny_correct = 'a90514d0965382c793a5cfb5cd69fcdb36dcc68709c0ba8eeb1ac0a1af1cf428';\r\nassert(isequal(SHA256(x),y_correct))\r\n%%\r\nx = '1b7f378081dd1d40f56acc462e465935b0378ec3049a00db4e67bd7c74fd8395c1e0d55090e0bb41fde3ea787aa88377bb1397129dea43b8e57d940347564c6359fddbfd8520ae9a8cda95492ca640505f40d1d754afb1134b6372b53f57550039b79b42b7ae6f89fe5abefb544182b556cc58567bc6c46ec5dc96a4d4b04504bc108206ee027e921032e9ed735c8eab0cb05c5e25a62e9cd56e8e51d060e5a9039dfefa5b1ae7bf479531a1e5d94574260ff939af92f1491dd268a41cf9fa449d78e66c4e3fed5421ba1d23a3971492d170edd114789009f02799d9f1bc42f40dffde18f4d3fcf5ad843c8b70ff481dfc9dc25659c64d5435db';\r\ny_correct = '6385659325be088ca568830f97a3495a693ced0541174d15bcf163c12f6ade46';\r\nassert(isequal(SHA256(x),y_correct))\r\n","published":true,"deleted":false,"likes_count":1,"comments_count":1,"created_by":145982,"edited_by":null,"edited_at":null,"deleted_by":null,"deleted_at":null,"solvers_count":6,"test_suite_updated_at":null,"rescore_all_solutions":false,"group_id":1,"created_at":"2020-02-08T23:37:42.000Z","updated_at":"2026-03-02T13:22:56.000Z","published_at":"2020-02-08T23:39:17.000Z","restored_at":null,"restored_by":null,"spam":false,"simulink":false,"admin_reviewed":false,"description_opc":"{\"relationships\":[{\"relationshipType\":\"http://schemas.mathworks.com/matlab/code/2013/relationships/document\",\"relationshipId\":\"rId1\",\"target\":\"/matlab/document.xml\"},{\"relationshipType\":\"http://schemas.mathworks.com/matlab/code/2013/relationships/output\",\"relationshipId\":\"rId2\",\"target\":\"/matlab/output.xml\"}],\"parts\":[{\"partUri\":\"/matlab/document.xml\",\"relationship\":[],\"contentType\":\"application/vnd.mathworks.matlab.code.document+xml\",\"content\":\"\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?\u003e\u003cw:document xmlns:w=\\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\\"\u003e\u003cw:body\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003eConduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003cw:jc w:val=\\\"left\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003eExample: hash = SHA256('aa')\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003cw:p\u003e\u003cw:pPr\u003e\u003cw:pStyle w:val=\\\"text\\\"/\u003e\u003cw:jc w:val=\\\"left\\\"/\u003e\u003c/w:pPr\u003e\u003cw:r\u003e\u003cw:t\u003ehash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'\u003c/w:t\u003e\u003c/w:r\u003e\u003c/w:p\u003e\u003c/w:body\u003e\u003c/w:document\u003e\"},{\"partUri\":\"/matlab/output.xml\",\"contentType\":\"text/xml\",\"content\":\"\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"no\\\" ?\u003e\u003cembeddedOutputs\u003e\u003cmetaData\u003e\u003cevaluationState\u003emanual\u003c/evaluationState\u003e\u003clayoutState\u003ecode\u003c/layoutState\u003e\u003coutputStatus\u003eready\u003c/outputStatus\u003e\u003c/metaData\u003e\u003coutputArray type=\\\"array\\\"/\u003e\u003cregionArray type=\\\"array\\\"/\u003e\u003c/embeddedOutputs\u003e\"}]}"}],"term":"tag:\"sha256\"","current_player_id":null,"fields":[{"name":"page","type":"integer","callback":null,"default":1,"directive":null,"facet":null,"facet_method":"and","operator":null,"param":null,"static":null,"prepend":true},{"name":"per_page","type":"integer","callback":null,"default":50,"directive":null,"facet":null,"facet_method":"and","operator":null,"param":null,"static":null,"prepend":true},{"name":"sort","type":"string","callback":null,"default":null,"directive":null,"facet":null,"facet_method":"and","operator":null,"param":null,"static":null,"prepend":true},{"name":"body","type":"text","callback":null,"default":"*:*","directive":null,"facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":false},{"name":"group","type":"string","callback":null,"default":null,"directive":"group","facet":true,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"difficulty_rating_bin","type":"string","callback":null,"default":null,"directive":"difficulty_rating_bin","facet":true,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"id","type":"integer","callback":null,"default":null,"directive":"id","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"tag","type":"string","callback":null,"default":null,"directive":"tag","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"product","type":"string","callback":null,"default":null,"directive":"product","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"created_at","type":"timeframe","callback":{},"default":null,"directive":"created_at","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"profile_id","type":"integer","callback":null,"default":null,"directive":"author_id","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"created_by","type":"string","callback":null,"default":null,"directive":"author","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"player_id","type":"integer","callback":null,"default":null,"directive":"solver_id","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"player","type":"string","callback":null,"default":null,"directive":"solver","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"solvers_count","type":"integer","callback":null,"default":null,"directive":"solvers_count","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"comments_count","type":"integer","callback":null,"default":null,"directive":"comments_count","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"likes_count","type":"integer","callback":null,"default":null,"directive":"likes_count","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"leader_id","type":"integer","callback":null,"default":null,"directive":"leader_id","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true},{"name":"leading_solution","type":"integer","callback":null,"default":null,"directive":"leading_solution","facet":null,"facet_method":"and","operator":null,"param":"term","static":null,"prepend":true}],"filters":[{"name":"asset_type","type":"string","callback":null,"default":null,"directive":null,"facet":null,"facet_method":"and","operator":null,"param":null,"static":"\"cody:problem\"","prepend":true},{"name":"profile_id","type":"integer","callback":{},"default":null,"directive":null,"facet":null,"facet_method":"and","operator":null,"param":"author_id","static":null,"prepend":true}],"query":{"params":{"per_page":50,"term":"tag:\"sha256\"","current_player":null,"sort":"map(difficulty_value,0,0,999) asc"},"parser":"MathWorks::Search::Solr::QueryParser","directives":{"term":{"directives":{"tag":[["tag:\"sha256\"","","\"","sha256","\""]]}}},"facets":{"#\u003cMathWorks::Search::Field:0x00007f25148b1380\u003e":null,"#\u003cMathWorks::Search::Field:0x00007f25148b12e0\u003e":null},"filters":{"#\u003cMathWorks::Search::Field:0x00007f25148b0a20\u003e":"\"cody:problem\""},"fields":{"#\u003cMathWorks::Search::Field:0x00007f25148b1600\u003e":1,"#\u003cMathWorks::Search::Field:0x00007f25148b1560\u003e":50,"#\u003cMathWorks::Search::Field:0x00007f25148b14c0\u003e":"map(difficulty_value,0,0,999) asc","#\u003cMathWorks::Search::Field:0x00007f25148b1420\u003e":"tag:\"sha256\""},"user_query":{"#\u003cMathWorks::Search::Field:0x00007f25148b1420\u003e":"tag:\"sha256\""},"queried_facets":{}},"query_backend":{"connection":{"configuration":{"index_url":"http://index-op-v2/solr/","query_url":"http://search-op-v2/solr/","direct_access_index_urls":["http://index-op-v2/solr/"],"direct_access_query_urls":["http://search-op-v2/solr/"],"timeout":10,"vhost":"search","exchange":"search.topic","heartbeat":30,"pre_index_mode":false,"host":"rabbitmq-eks","port":5672,"username":"search","password":"J3bGPZzQ7asjJcCk","virtual_host":"search","indexer":"amqp","http_logging":"true","core":"cody"},"query_connection":{"uri":"http://search-op-v2/solr/cody/","proxy":null,"connection":{"parallel_manager":null,"headers":{"User-Agent":"Faraday v1.0.1"},"params":{},"options":{"params_encoder":"Faraday::FlatParamsEncoder","proxy":null,"bind":null,"timeout":null,"open_timeout":null,"read_timeout":null,"write_timeout":null,"boundary":null,"oauth":null,"context":null,"on_data":null},"ssl":{"verify":true,"ca_file":null,"ca_path":null,"verify_mode":null,"cert_store":null,"client_cert":null,"client_key":null,"certificate":null,"private_key":null,"verify_depth":null,"version":null,"min_version":null,"max_version":null},"default_parallel_manager":null,"builder":{"adapter":{"name":"Faraday::Adapter::NetHttp","args":[],"block":null},"handlers":[{"name":"Faraday::Response::RaiseError","args":[],"block":null}],"app":{"app":{"ssl_cert_store":{"verify_callback":null,"error":null,"error_string":null,"chain":null,"time":null},"app":{},"connection_options":{},"config_block":null}}},"url_prefix":"http://search-op-v2/solr/cody/","manual_proxy":false,"proxy":null},"update_format":"RSolr::JSON::Generator","update_path":"update","options":{"url":"http://search-op-v2/solr/cody"}}},"query":{"params":{"per_page":50,"term":"tag:\"sha256\"","current_player":null,"sort":"map(difficulty_value,0,0,999) asc"},"parser":"MathWorks::Search::Solr::QueryParser","directives":{"term":{"directives":{"tag":[["tag:\"sha256\"","","\"","sha256","\""]]}}},"facets":{"#\u003cMathWorks::Search::Field:0x00007f25148b1380\u003e":null,"#\u003cMathWorks::Search::Field:0x00007f25148b12e0\u003e":null},"filters":{"#\u003cMathWorks::Search::Field:0x00007f25148b0a20\u003e":"\"cody:problem\""},"fields":{"#\u003cMathWorks::Search::Field:0x00007f25148b1600\u003e":1,"#\u003cMathWorks::Search::Field:0x00007f25148b1560\u003e":50,"#\u003cMathWorks::Search::Field:0x00007f25148b14c0\u003e":"map(difficulty_value,0,0,999) asc","#\u003cMathWorks::Search::Field:0x00007f25148b1420\u003e":"tag:\"sha256\""},"user_query":{"#\u003cMathWorks::Search::Field:0x00007f25148b1420\u003e":"tag:\"sha256\""},"queried_facets":{}},"options":{"fields":["id","difficulty_rating"]},"join":" "},"results":[{"id":45320,"difficulty_rating":"medium"}]}}