Botan
3.11.0
Crypto and TLS for C&
Botan
@207030072371014042302074153301211212137022167065
BitsliceT
Botan::@207030072371014042302074153301211212137022167065::BitsliceT Concept Reference
Concept definition
template
<
typename
T>
concept
Botan
::@207030072371014042302074153301211212137022167065::
BitsliceT
=
requires
(T& a,
const
T& b) {
a ^= b;
a &= b;
a |= b;
~a;
}
Botan::@207030072371014042302074153301211212137022167065::BitsliceT
Definition
des.cpp:19
Botan
Definition
alg_id.cpp:13
Detailed Description
Definition at line
19
of file
des.cpp
.
Generated by
1.15.0