このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
gplib
ウォッチ
1
スター
1
フォーク
0
コード
課題
8
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Moved cbor tags to config
They are pretty project dependent after all
master
Ludovic 'Archivist' Lagouardette
3年前
親
64817741b5
コミット
6e7905ab9a
1個のファイルの変更
、
1行の追加
、
26行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-26
include/gp/ipc/envelope/cbor.hpp
+ 1
- 26
include/gp/ipc/envelope/cbor.hpp
ファイルの表示
@ -36,31 +36,6 @@ namespace gp {
terminator
=
31
}
;
enum
class
cbor_tags
{
datetime
=
0
,
unix_time
=
1
,
ubignum
=
2
,
nbignum
=
3
,
decimal
=
4
,
bigfloat
=
5
,
cose_encrypt0
=
16
,
cose_mac0
=
17
,
cose_sign1
=
18
,
expected_base64url
=
21
,
expected_base64
=
22
,
expected_base16
=
23
,
encoded_cbor
=
24
,
url
=
32
,
base64url
=
33
,
base64
=
34
,
regexp
=
35
,
mime
=
36
,
cose_encrypt
=
96
,
cose_mac
=
97
,
cose_sign
=
98
,
signature
=
55799
}
;
struct
cbor_number
final
{
bool
sign
;
uint64_t
value
;
@ -227,7 +202,7 @@ namespace gp {
struct
cbor_tag_initiator
{
union
{
size_t
as_integer
;
cbor_tag
s
tag
;
gp_config
:
:
cbor_tag
tag
;
}
;
}
;
書き込み
プレビュー
読み込み中…
キャンセル
保存