@@ -25,18 +25,18 @@ const size_t rustsimplicity_0_5_c_alignof_rawElementsTransaction = alignof(rawEl
25
25
const size_t rustsimplicity_0_5_c_alignof_rawElementsTapEnv = alignof(rawElementsTapEnv );
26
26
const size_t rustsimplicity_0_5_c_alignof_txEnv = alignof(txEnv );
27
27
28
- void rustsimplicity_0_5_c_set_rawBuffer (rawElementsBuffer * result , const unsigned char * buf , unsigned int len )
28
+ void rustsimplicity_0_5_c_set_rawElementsBuffer (rawElementsBuffer * result , const unsigned char * buf , unsigned int len )
29
29
{
30
30
* result = (rawElementsBuffer ){.buf = buf , .len = len };
31
31
}
32
32
33
- void rustsimplicity_0_5_c_set_rawOutput (rawElementsOutput * result , const unsigned char * asset , const unsigned char * value , const unsigned char * nonce , const rawElementsBuffer * scriptPubKey ,
33
+ void rustsimplicity_0_5_c_set_rawElementsOutput (rawElementsOutput * result , const unsigned char * asset , const unsigned char * value , const unsigned char * nonce , const rawElementsBuffer * scriptPubKey ,
34
34
const rawElementsBuffer * surjectionProof , const rawElementsBuffer * rangeProof )
35
35
{
36
36
* result = (rawElementsOutput ){.asset = asset , .value = value , .nonce = nonce , .scriptPubKey = * scriptPubKey , .surjectionProof = * surjectionProof , .rangeProof = * rangeProof };
37
37
}
38
38
39
- void rustsimplicity_0_5_c_set_rawInput (rawElementsInput * result , const rawElementsBuffer * annex , const unsigned char * pegin , const rawElementsBuffer * scriptSig ,
39
+ void rustsimplicity_0_5_c_set_rawElementsInput (rawElementsInput * result , const rawElementsBuffer * annex , const unsigned char * pegin , const rawElementsBuffer * scriptSig ,
40
40
const unsigned char * prevTxid , unsigned int prevIx ,
41
41
const unsigned char * asset , const unsigned char * value , const rawElementsBuffer * scriptPubKey ,
42
42
unsigned int sequence ,
@@ -46,7 +46,7 @@ void rustsimplicity_0_5_c_set_rawInput(rawElementsInput *result, const rawElemen
46
46
* result = (rawElementsInput ){.annex = annex , .scriptSig = * scriptSig , .prevTxid = prevTxid , .pegin = pegin , .issuance = {.blindingNonce = blindingNonce , .assetEntropy = assetEntropy , .amount = amount , .inflationKeys = inflationKeys , .amountRangePrf = * amountRangePrf , .inflationKeysRangePrf = * inflationKeysRangePrf }, .txo = {.asset = asset , .value = value , .scriptPubKey = * scriptPubKey }, .prevIx = prevIx , .sequence = sequence };
47
47
}
48
48
49
- void rustsimplicity_0_5_c_set_rawTransaction (rawElementsTransaction * result , unsigned int version ,
49
+ void rustsimplicity_0_5_c_set_rawElementsTransaction (rawElementsTransaction * result , unsigned int version ,
50
50
const unsigned char * txid ,
51
51
const rawElementsInput * input , unsigned int numInputs ,
52
52
const rawElementsOutput * output , unsigned int numOutputs ,
@@ -63,7 +63,7 @@ void rustsimplicity_0_5_c_set_rawTransaction(rawElementsTransaction *result, uns
63
63
};
64
64
}
65
65
66
- void rustsimplicity_0_5_c_set_rawTapEnv (rawElementsTapEnv * result , const unsigned char * controlBlock , unsigned char pathLen , const unsigned char * scriptCMR )
66
+ void rustsimplicity_0_5_c_set_rawElementsTapEnv (rawElementsTapEnv * result , const unsigned char * controlBlock , unsigned char pathLen , const unsigned char * scriptCMR )
67
67
{
68
68
* result = (rawElementsTapEnv ){.controlBlock = controlBlock , .pathLen = pathLen , .scriptCMR = scriptCMR };
69
69
}
0 commit comments