summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/amiibo_crypto.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-17service: nfc: Update Implementation to match with latest RENarr the Reg1-1/+1
2023-06-15service: nfc: Accuracy fixesNarr the Reg1-27/+17
2023-05-23service: nfc: Remove encryption key requirementNarr the Reg1-3/+0
2023-05-06service: nfc: Merge device interfaces and create the device managerNarr the Reg1-2/+2
2023-03-26service: nfp: Add plain amiibo supportgerman771-0/+4
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-0/+2
2023-03-15service: nfp: Actually write correct crcNarr the Reg1-2/+2
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-03-10service: nfp: Improve implementationNarr the Reg1-4/+10
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-6/+6
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-6/+6
2022-11-19service: nfc: Implement nfc userNarr the Reg1-1/+0
2022-10-22service: nfp: Allow amiibos without keysNarr the Reg1-1/+7
2022-10-04service: nfp: Fix errors to pass unit testingNarr the Reg1-2/+2
2022-10-02service: nfp: Implement mount target and open application area errors, minor fixesNarr the Reg1-5/+5
2022-10-02nfp: Multiple fixes against HWgerman771-25/+30
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-6/+6
2022-09-07core: nfp: Remove magic numbersgerman771-86/+85
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-76/+5
2022-09-07core: nfp: Implement amiibo encryptiongerman771-0/+455