이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
gplib
보기
1
좋아요
1
포크
0
코드
이슈
8
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Moved cbor tags to config
They are pretty project dependent after all
master
Ludovic 'Archivist' Lagouardette
3 년 전
부모
64817741b5
커밋
6e7905ab9a
1개의 변경된 파일
과
1개의 추가작업
그리고
26개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
;
}
;
쓰기
미리보기
불러오는 중...
취소
저장