Skip to content

Commit

Permalink
Updated OID prefix for DecentEnclave
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed Jun 19, 2024
1 parent fbc9172 commit 7715e1a
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 478 deletions.
16 changes: 8 additions & 8 deletions contracts/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ library OIDs {
// Decent OIDs
// Root OIDs
bytes32 constant OID_DECENT_EXT_VER =
0x2B0601040183E445010000000000000000000000000000000000000000000000;
0x2B0601040183E445010101000000000000000000000000000000000000000000;
bytes32 constant OID_DECENT_PLATFORM_TYPE =
0x2B0601040183E445020000000000000000000000000000000000000000000000;
0x2B0601040183E445010102000000000000000000000000000000000000000000;
bytes32 constant OID_DECENT_HASHED_KEYS =
0x2B0601040183E445040000000000000000000000000000000000000000000000;
0x2B0601040183E445010104000000000000000000000000000000000000000000;
bytes32 constant OID_DECENT_APP_HASH =
0x2B0601040183E445050000000000000000000000000000000000000000000000;
0x2B0601040183E445010105000000000000000000000000000000000000000000;
bytes32 constant OID_DECENT_AUTH_LIST =
0x2B0601040183E445060000000000000000000000000000000000000000000000;
0x2B0601040183E445010106000000000000000000000000000000000000000000;
bytes32 constant OID_DECENT_PLATFORM_ID =
0x2B0601040183E445070000000000000000000000000000000000000000000000;
0x2B0601040183E445010107000000000000000000000000000000000000000000;
// Platform specific OIDs
bytes32 constant OID_DECENT_STD_REP_DATA =
0x2B0601040183E445030101000000000000000000000000000000000000000000;
0x2B0601040183E445010103010100000000000000000000000000000000000000;
bytes32 constant OID_DECENT_ATTESTATION =
0x2B0601040183E445030102000000000000000000000000000000000000000000;
0x2B0601040183E445010103010200000000000000000000000000000000000000;
}

library Names {
Expand Down
Loading

0 comments on commit 7715e1a

Please sign in to comment.