summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/amiibo_crypto.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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