FRDU:PrincipalIdToFriendCode

From 3dbrew
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Request

Index Word Description
0 Header code [0x00240040]
1 principalId

This function takes the principalId given and applies SHA-1 over it (byte order: little endian). The first byte of the SHA-1 digest is then shifted right by 1, which forms the checksum byte.

It returns an u64. The lower word is the principalId, the upper word is the checksum byte.

Response

Index Word Description
0 Header code
1 Result code
2-3 (u64)the shareable friend code